google_api_dialogflow v0.5.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse View Source

The message returned from the DetectIntent method.

Attributes

  • queryResult (GoogleCloudDialogflowV2QueryResult): The selected results of the conversational query or event processing. See `alternative_query_results` for additional potential results. Defaults to: null.
  • responseId (String.t): The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues. Defaults to: null.
  • webhookStatus (GoogleRpcStatus): Specifies the status of the webhook request. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse{
    queryResult:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryResult.t(),
    responseId: any(),
    webhookStatus: GoogleApi.Dialogflow.V2.Model.GoogleRpcStatus.t()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.