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>.
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."],[[["This webpage provides documentation for the `PageInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically detailing its structure and functionality in the context of Dialogflow CX webhooks."],["The `PageInfo` class, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, represents the page information exchanged between the Dialogflow CX agent and webhooks."],["The page lists numerous versions of the `Google.Cloud.Dialogflow.Cx.V3.PageInfo` class, ranging from the latest version 2.23.0 down to version 1.0.0, with links to the documentation for each individual version."],["Key properties of the `PageInfo` class are `CurrentPage`, which holds the unique identifier of the current page, `CurrentPageAsPageName` for a `PageName`-typed view, and `FormInfo`, which provides details about the form associated with the page."],["The `PageInfo` class contains two constructors: a parameterless constructor and one that accepts another instance of `PageInfo` as an argument to be copied."]]],[]]