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.
      334 335 336 337 338 339 340  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 334 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.
      334 335 336 337 338 339 340  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 334 class Button # Opens the given URI. # @!attribute [rw] uri # @return [String] # Required. The HTTP or HTTPS scheme URI. class OpenUriAction; end end  |