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 information for the `PageInfo.Types.FormInfo` class within the Dialogflow v3 API, specifically for .NET development."],["`PageInfo.Types.FormInfo` is a class that represents form information, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `FormInfo` contains a property named `ParameterInfo` which is a list of the parameters contained within the form, which is optional for both `WebhookRequest` and `WebhookResponse`."],["The document lists different versions of the Dialogflow v3 API, starting from version 1.0.0 and going up to the most recent version, 2.23.0, giving visitors a history and potential use of each version."],["The document provides constructors for the `FormInfo` class, including a default constructor and a copy constructor that accepts another `FormInfo` instance as a parameter."]]],[]]