Class Form (1.2.0)

Form(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attribute

NameDescription
parameters Sequence[google.cloud.dialogflowcx_v3.types.Form.Parameter]
Parameters to collect from the user.

Classes

Parameter

Parameter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a form parameter. .. attribute:: display_name

Required. The human-readable name of the parameter, unique within the form.

:type: str