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-04-09 UTC."],[[["This webpage provides documentation for the `PageInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, which is used to represent page information for webhooks."],["The latest version documented is 2.23.0, and the page lists version history back to version 1.0.0, with links to their respective documentation pages."],["The `PageInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."],["Key properties of `PageInfo` include `CurrentPage`, `CurrentPageAsPageName`, and `FormInfo`, which provide details about the current page and form information within a webhook context."],["The page provides information on the constructors of `PageInfo` which include the default constructor and a copy constructor that accepts another `PageInfo` object."]]],[]]