View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3GeneratorPlaceholder (google_api_dialogflow v0.78.0)

Represents a custom placeholder in the prompt text.

Attributes

  • id (type: String.t, default: nil) - Unique ID used to map custom placeholder to parameters in fulfillment.
  • name (type: String.t, default: nil) - Custom placeholder value in the prompt text.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3GeneratorPlaceholder{
    id: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.