public sealed class FormInfo : IMessage<PageInfo.Types.FormInfo>, IEquatable<PageInfo.Types.FormInfo>, IDeepCloneable<PageInfo.Types.FormInfo>, IBufferMessage, IMessage
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 versioned documentation for `FormInfo`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the latest version being 2.23.0."],["`FormInfo` represents form information and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for data handling."],["The class `FormInfo` includes two constructors: a default constructor (`FormInfo()`) and a constructor that takes another `FormInfo` object (`FormInfo(PageInfo.Types.FormInfo other)`) for cloning."],["The `FormInfo` class has a `ParameterInfo` property which is a `RepeatedField` containing `ParameterInfo` objects, and this property is optional for both `WebhookRequest` and `WebhookResponse`."],["The document also includes a comprehensive list of previous versions, ranging from 1.0.0 to 2.22.0, each of which can be individually accessed."]]],[]]