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.
358 359 360 361 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 358 class Button include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ String
Returns Optional. The text to show on the button.
358 359 360 361 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 358 class Button include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |