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

Setting a parameter value.

Attributes

  • parameter (type: String.t, default: nil) - Display name of the parameter.
  • value (type: any(), default: nil) - The new value of the parameter. A null value clears the parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction{
    parameter: String.t() | nil,
    value: any() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.