Class FormInfo (1.4.0)

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

Represents form information. .. attribute:: parameter_info

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

:type: Sequence[google.cloud.dialogflowcx_v3beta1.types.PageInfo.FormInfo.ParameterInfo]

Classes

ParameterInfo

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

Represents parameter information. .. attribute:: display_name

Always present for WebhookRequest. Required for WebhookResponse. The human-readable name of the parameter, unique within the form. This field cannot be modified by the webhook.

:type: str