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 provided content is a documentation page for the `PageInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET library, and it lists the versions available from `2.23.0` down to `1.0.0`."],["`PageInfo` is a class that represents page information that is sent to and received from the webhook, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PageInfo` class has properties including `CurrentPage` (the unique identifier of the current page), `CurrentPageAsPageName` (a typed view of `CurrentPage`), and `FormInfo` (information about the form)."],["The `PageInfo` class has two constructors `PageInfo()` and `PageInfo(PageInfo)` and it inherits properties from `Object` like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The latest version available for the PageInfo class within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0, as indicated in the provided list of versions."]]],[]]