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>.
Property Value
Type
Description
System.String
CurrentPageAsPageName
public PageName CurrentPageAsPageName { get; set; }
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 page details the `PageInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which represents page information exchanged between webhooks, and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3.PageInfo` is 2.23.0, and numerous previous versions dating back to 1.0.0 are also documented."],["`PageInfo` implements multiple interfaces including `IMessage\u003cPageInfo\u003e`, `IEquatable\u003cPageInfo\u003e`, `IDeepCloneable\u003cPageInfo\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties like `CurrentPage`, which is the unique identifier of the current page, `CurrentPageAsPageName`, providing a typed view of the current page, and `FormInfo`, containing information about the form."],["There are two constructors for the `PageInfo` class, including a default constructor and one that accepts another `PageInfo` object as a parameter for cloning."]]],[]]