Class PageInfo (1.10.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/.
display_name str
Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.
form_info google.cloud.dialogflowcx_v3.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.