Class: Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button
- 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
-
#open_uri_action ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction
Required.
-
#title ⇒ ::String
Required.
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.
448 449 450 451 452 453 454 455 456 457 458 459 460 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 448 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.
448 449 450 451 452 453 454 455 456 457 458 459 460 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 448 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 |