GoogleCloudDialogflowCxV3beta1FormArgs

data class GoogleCloudDialogflowCxV3beta1FormArgs(val parameters: Output<List<GoogleCloudDialogflowCxV3beta1FormParameterArgs>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1FormArgs>

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.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1FormArgs

Properties

Link copied to clipboard

Parameters to collect from the user.