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-04-09 UTC."],[[["The page provides documentation for `FormInfo`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace that represents form information in Dialogflow CX."],["This `FormInfo` class has been implemented in various versions, ranging from version 1.0.0 to the latest 2.23.0, with links to each of those version's documentation."],["`FormInfo` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FormInfo` class includes a `ParameterInfo` property, which is a `RepeatedField` that stores the parameters contained in the form, and can be used in both `WebhookRequest` and `WebhookResponse`."],["There are two constructors for FormInfo, one that takes no parameters, and one that takes a `PageInfo.Types.FormInfo` as an argument, allowing the construction of a new instance of the class by providing an existing instance."]]],[]]