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."],[[["The provided content details the `PageInfo.Types.FormInfo` class within the Google Cloud Dialogflow CX v3 API, used to represent form information in the context of conversational AI."],["The document outlines the `FormInfo` class's inheritance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from Google's Protocol Buffers library."],["It includes available constructors for `FormInfo`, such as a default constructor and one that copies from another `FormInfo` instance."],["A key property of `FormInfo` is `ParameterInfo`, which is a `RepeatedField` that allows for managing parameters contained within a form, crucial for handling dynamic data in webhook requests and responses."],["This documentation covers a range of versions for the Dialogflow CX v3 API, from version 1.0.0 to 2.23.0, with the latest being version 2.23.0, and all referencing the `PageInfo.Types.FormInfo` class."]]],[]]