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 provided content is reference documentation for the `PageInfo` class within the Google.Cloud.Dialogflow.Cx.V3 API for .NET, specifically version 2.17.0, showcasing various versioned releases."],["`PageInfo` is a class used to communicate page information to and from webhooks in the Dialogflow v3 API, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PageInfo` class includes properties like `CurrentPage`, `CurrentPageAsPageName`, `DisplayName`, and `FormInfo`, with `CurrentPage` and `DisplayName` always present in WebhookRequests but ignored in WebhookResponses."],["The documentation also includes a list of older version releases of this same class with links to their respective documentation, with the latest being version 2.23.0, and going down to version 1.0.0."],["The documentation shows that the `PageInfo` class allows developers to manage the flow of information in dialogs and conversational experiences, as well as providing information to them about the current page."]]],[]]