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."],[[["The content provides documentation for the `PageInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, offering a range of versions from 1.0.0 to 2.23.0."],["`PageInfo` is used to convey page-related information to and from a webhook, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one `PageInfo()`, and another one taking another `PageInfo` object as a parameter for object creation `PageInfo(PageInfo other)`."],["It offers properties such as `CurrentPage` which gives the unique identifier of the current page, `CurrentPageAsPageName` which provides a `PageName`-typed view of the current page, and `FormInfo` which provides information about a form, both optionally used for the webhook requests and responses."],["The latest version available is 2.23.0, and you can access the documentation for each individual version of the `PageInfo` class and view the changes made."]]],[]]