public sealed class PageInfo.Types.FormInfo : IMessage<PageInfo.Types.FormInfo>, IEquatable<PageInfo.Types.FormInfo>, IDeepCloneable<PageInfo.Types.FormInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class PageInfo.Types.FormInfo.
public RepeatedField<PageInfo.Types.FormInfo.Types.ParameterInfo> ParameterInfo { get; }
Optional for both
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The
parameters contained in the form. Note that the webhook cannot add or
remove any form parameter.
[[["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 reference documentation for the `PageInfo.Types.FormInfo` class within the Dialogflow v3 API, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The latest version documented is 2.23.0, with a history of versions going back to 1.0.0, all accessible via their respective links, with version 2.20.0 being referenced throughout the page."],["The `PageInfo.Types.FormInfo` class, which represents form information, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property `ParameterInfo` which is a `RepeatedField` that contains information about parameters within the form, and can be used in both `WebhookRequest` and `WebhookResponse` types."],["The page contains links to access the reference of the documentation of the `FormInfo` class, which are ordered from latest to oldest, in reverse chronological order."]]],[]]