Class PageInfo (1.4.0)

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

Represents page information communicated to and from the webhook.

Attributes

NameDescription
current_page str
Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format: projects/.
form_info google.cloud.dialogflowcx_v3beta1.types.PageInfo.FormInfo
Optional for both WebhookRequest and WebhookResponse. Information about the form.

Classes

FormInfo

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]