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 page provides documentation for the `FormInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, spanning multiple versions."],["The latest version of `FormInfo` available is 2.23.0, with other versions ranging from 2.22.0 down to 1.0.0, all accessible from the list of versions provided."],["`FormInfo` class represents form information and inherits from `Object`, while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`FormInfo` has properties such as `ParameterInfo`, which is an optional field containing form parameters, for use in both `WebhookRequest` and `WebhookResponse`."],["The `FormInfo` class has two constructors, one default, and one that takes in a `PageInfo.Types.FormInfo` parameter."]]],[]]