Class FormInfo (1.9.1)

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

Represents form information.

Attribute

NameDescription
parameter_info Sequence[google.cloud.dialogflowcx_v3beta1.types.PageInfo.FormInfo.ParameterInfo]
Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

Classes

ParameterInfo

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

Represents parameter information.