Class: Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

The button object that appears at the bottom of a card.

Defined Under Namespace

Classes: OpenUriAction

Instance Attribute Summary collapse

Instance Attribute Details

#open_uri_action::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction

Returns Required. Action to take when a user taps on the button.

Returns:



476
477
478
479
480
481
482
483
484
485
486
487
488
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 476

class Button
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Opens the given URI.
  # @!attribute [rw] uri
  #   @return [::String]
  #     Required. The HTTP or HTTPS scheme URI.
  class OpenUriAction
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#title::String

Returns Required. The title of the button.

Returns:

  • (::String)

    Required. The title of the button.



476
477
478
479
480
481
482
483
484
485
486
487
488
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 476

class Button
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Opens the given URI.
  # @!attribute [rw] uri
  #   @return [::String]
  #     Required. The HTTP or HTTPS scheme URI.
  class OpenUriAction
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end