View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentSuggestion (google_api_dialogflow v0.78.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.V3.Model.GoogleCloudDialogflowV2beta1IntentSuggestion{
    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.