Class: Google::Cloud::Dialogflow::V2::EventInput
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::EventInput
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb
 
Overview
Events allow for matching intents by event name instead of the natural
language input. For instance, input +
Instance Attribute Summary collapse
- 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #parameters  ⇒ Google::Protobuf::Struct 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#language_code ⇒ String
Returns Required. The language of this query. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
      389  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 389 class EventInput; end  | 
  
#name ⇒ String
Returns Required. The unique identifier of the event.
      389  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 389 class EventInput; end  | 
  
#parameters ⇒ Google::Protobuf::Struct
Returns Optional. The collection of parameters associated with the event.
      389  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 389 class EventInput; end  |