Class: Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/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.
345 346 347 348 349 350 351 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 345 class Button # Opens the given URI. # @!attribute [rw] uri # @return [String] # Required. The HTTP or HTTPS scheme URI. class OpenUriAction; end end |
#title ⇒ String
Returns Required. The title of the button.
345 346 347 348 349 350 351 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 345 class Button # Opens the given URI. # @!attribute [rw] uri # @return [String] # Required. The HTTP or HTTPS scheme URI. class OpenUriAction; end end |