GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3IntentParameter (google_api_dialogflow v0.51.0) View Source

Represents an intent parameter.

Attributes

  • entityType (type: String.t, default: nil) - Required. The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
  • id (type: String.t, default: nil) - Required. The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
  • isList (type: boolean(), default: nil) - Indicates whether the parameter represents a list of values.
  • redact (type: boolean(), default: nil) - Indicates whether the parameter content is logged in text and audio. If it is set to true, the parameter content will be replaced to parameter id in both request and response. The default value is false.

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.GoogleCloudDialogflowCxV3IntentParameter{
  entityType: String.t(),
  id: String.t(),
  isList: boolean(),
  redact: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.