GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3WebhookRequestIntentInfo (google_api_dialogflow v0.49.0) View Source
Represents intent information communicated to the webhook.
Attributes
-
lastMatchedIntent
(type:String.t
, default:nil
) - Always present. The unique identifier of the last matched intent. Format:projects//locations//agents//intents/
. -
parameters
(type:%{optional(String.t) => GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.t}
, default:nil
) - Parameters identified as a result of intent matching. This is a map of the name of the identified parameter to the value of the parameter identified from the user's utterance. All parameters defined in the matched intent that are identified will be surfaced here.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3WebhookRequestIntentInfo{ lastMatchedIntent: String.t(), parameters: %{ optional(String.t()) => GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.t() } }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.