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-04-09 UTC."],[[["This document provides reference documentation for the `PageInfo.Types.FormInfo` class within the Google Cloud Dialogflow CX v3 API."],["It details the `FormInfo` class, which is used to represent form information in Dialogflow interactions, and is optional for both `WebhookRequest` and `WebhookResponse`."],["The document includes a list of available versions for this class ranging from version 2.23.0 (latest) down to version 1.0.0."],["It outlines the inheritance, implemented interfaces, constructors, and properties, such as `ParameterInfo`, associated with the `FormInfo` class."],["The `FormInfo` class contains parameters that cannot be added or removed by the webhook, represented by the `ParameterInfo` property, which is of type `RepeatedField`."]]],[]]