Class: Google::Cloud::Dialogflow::V2::QueryParameters
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::QueryParameters
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb
 
Overview
Represents the parameters of the conversational query.
Instance Attribute Summary collapse
- 
  
    
      #contexts  ⇒ Array<Google::Cloud::Dialogflow::V2::Context> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #geo_location  ⇒ Google::Type::LatLng 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #payload  ⇒ Google::Protobuf::Struct 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #reset_contexts  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #session_entity_types  ⇒ Array<Google::Cloud::Dialogflow::V2::SessionEntityType> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #time_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#contexts ⇒ Array<Google::Cloud::Dialogflow::V2::Context>
Returns Optional. The collection of contexts to be activated before this query is executed.
      88  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 88 class QueryParameters; end  | 
  
#geo_location ⇒ Google::Type::LatLng
Returns Optional. The geo location of this conversational query.
      88  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 88 class QueryParameters; end  | 
  
#payload ⇒ Google::Protobuf::Struct
Returns Optional. This field can be used to pass custom data into the webhook associated with the agent. Arbitrary JSON objects are supported.
      88  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 88 class QueryParameters; end  | 
  
#reset_contexts ⇒ true, false
Returns Optional. Specifies whether to delete all contexts in the current session before the new ones are activated.
      88  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 88 class QueryParameters; end  | 
  
#session_entity_types ⇒ Array<Google::Cloud::Dialogflow::V2::SessionEntityType>
Returns Optional. The collection of session entity types to replace or extend developer entities with for this query only. The entity synonyms apply to all languages.
      88  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 88 class QueryParameters; end  | 
  
#time_zone ⇒ String
Returns Optional. The time zone of this conversational query from the time zone database, e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in agent settings is used.
      88  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 88 class QueryParameters; end  |