Always present for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Ignored for
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The
unique identifier of the current page. Format: projects/<Project
ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page
ID>.
Always present for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Ignored for
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The
display name of the current page.
public PageInfo.Types.FormInfo FormInfo { get; set; }
Optional for both
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
Information about the form.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The document provides reference documentation for the `PageInfo` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 to the latest 2.23.0."],["`PageInfo` is a class in the Dialogflow v3 API used to manage information about pages communicated with webhooks, implementing multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `PageInfo` class has properties such as `CurrentPage`, `CurrentPageAsPageName`, `DisplayName`, and `FormInfo`, which are utilized to handle page-related data in webhook interactions."],["There are multiple constructors, `PageInfo()`, and `PageInfo(PageInfo other)`, to create new instances of this class, which can be used to create a copy of an existing PageInfo."],["The documented class has a nested type, `FormInfo`, that handles information related to the form within a given page, which is optional for both incoming and outgoing webhook data."]]],[]]