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 document provides detailed information about the `PageInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the .NET library and is used to manage page data to and from webhooks."],["The latest version of the referenced `PageInfo` class is 2.23.0, while the document details version 1.8.0, and many other versions in between are accessible as shown by the list of links to documentation."],["`PageInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class `PageInfo` contains properties like `CurrentPage`, `CurrentPageAsPageName`, and `FormInfo`, which are essential for managing the flow and data associated with a specific page."],["`PageInfo` objects can be created using the `PageInfo()` or `PageInfo(PageInfo other)` constructors, providing flexibility in object instantiation."]]],[]]