View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue (google_api_dialogflow v0.78.0)

Represents a value for an intent parameter.

Attributes

  • originalValue (type: String.t, default: nil) - Always present. Original text value extracted from user utterance.
  • resolvedValue (type: any(), default: nil) - Always present. Structured value for the parameter extracted from user utterance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue{
    originalValue: String.t() | nil,
    resolvedValue: any() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.