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

A form is a data model that groups related parameters that can be collected from the user. The process in which the agent prompts the user and collects parameter values from the user is called form filling. A form can be added to a page. When form filling is done, the filled parameters will be written to the session.

Attributes

  • parameters (type: list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3FormParameter.t), default: nil) - Parameters to collect from the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3Form{
  parameters:
    [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3FormParameter.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.