Class: Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
Contains information about a button.
Instance Attribute Summary collapse
-
#postback ⇒ ::String
Optional.
-
#text ⇒ ::String
Optional.
Instance Attribute Details
#postback ⇒ ::String
Returns Optional. The text to send back to the Dialogflow API or a URI to open.
413 414 415 416 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 413 class Button include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Optional. The text to show on the button.
413 414 415 416 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 413 class Button include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |