Class: Google::Cloud::Dialogflow::V2::DetectIntentResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#query_resultGoogle::Cloud::Dialogflow::V2::QueryResult

Returns The results of the conversational query or event processing.

Returns:



60
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 60

class DetectIntentResponse; end

#response_idString

Returns The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

Returns:

  • (String)

    The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.



60
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 60

class DetectIntentResponse; end

#webhook_statusGoogle::Rpc::Status

Returns Specifies the status of the webhook request. webhook_status is never populated in webhook requests.

Returns:

  • (Google::Rpc::Status)

    Specifies the status of the webhook request. webhook_status is never populated in webhook requests.



60
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 60

class DetectIntentResponse; end