FormInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents form information.
Attribute |
|
---|---|
Name | Description |
parameter_info |
MutableSequence[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.