Class: Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
 
Overview
An item in the list.
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #image  ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::Image 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #info  ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#description ⇒ String
Returns Optional. The main text describing the item.
      399  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 399 class Item; end  | 
  
#image ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns Optional. The image to display.
      399  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 399 class Item; end  | 
  
#info ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Returns Required. Additional information about this option.
      399  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 399 class Item; end  | 
  
#title ⇒ String
Returns Required. The title of the list item.
      399  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 399 class Item; end  |