Class: Google::Cloud::Dialogflow::V2::Intent::Message::Text
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::Intent::Message::Text
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
 
Overview
The text response message.
Instance Attribute Summary collapse
- 
  
    
      #text  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#text ⇒ Array<String>
Returns Optional. The collection of the agent's responses.
      241  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 241 class Text; end  |