Class: Google::Cloud::Dialogflow::V2::DetectIntentResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::DetectIntentResponse
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb
 
Overview
The message returned from the DetectIntent method.
Instance Attribute Summary collapse
- 
  
    
      #query_result  ⇒ Google::Cloud::Dialogflow::V2::QueryResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The results of the conversational query or event processing.
 - 
  
    
      #response_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the response.
 - 
  
    
      #webhook_status  ⇒ Google::Rpc::Status 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the status of the webhook request.
 
Instance Attribute Details
#query_result ⇒ Google::Cloud::Dialogflow::V2::QueryResult
Returns The results of the conversational query or event processing.
      59  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 59 class DetectIntentResponse; end  | 
  
#response_id ⇒ String
Returns The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
      59  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 59 class DetectIntentResponse; end  | 
  
#webhook_status ⇒ Google::Rpc::Status
Returns Specifies the status of the webhook request. +webhook_status+ is never populated in webhook requests.
      59  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 59 class DetectIntentResponse; end  |