Class: Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
Overview
Optional. 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.
283 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 283 class Button; end |
#text ⇒ String
Returns Optional. The text to show on the button.
283 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 283 class Button; end |