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, used in the Dialogflow CX API for .NET."],["The latest version available for `PageInfo` is 2.23.0, with a comprehensive list of previous versions dating back to 1.0.0 also documented on the webpage."],["The `PageInfo` class, which represents page information communicated to and from a webhook, inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PageInfo` class has properties such as `CurrentPage`, `CurrentPageAsPageName`, and `FormInfo`, with `CurrentPage` being mandatory for `WebhookRequest` and ignored for `WebhookResponse`."],["The webpage shows that `PageInfo` has two constructors, `PageInfo()` and `PageInfo(PageInfo other)`, the latter used to instantiate from another `PageInfo` object."]]],[]]