View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentSuggestion (google_api_dialogflow v0.87.0)

Represents an intent suggestion.

Attributes

  • description (type: String.t, default: nil) - Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
  • displayName (type: String.t, default: nil) - The display name of the intent.
  • intentV2 (type: String.t, default: nil) - The unique identifier of this intent. Format: projects//locations//agent/intents/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentSuggestion{
  description: String.t() | nil,
  displayName: String.t() | nil,
  intentV2: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.