public sealed class Form : IMessage<Form>, IEquatable<Form>, IDeepCloneable<Form>, IBufferMessage, IMessage
A form is a data model that groups related parameters that can be collected
from the user. The process in which the agent prompts the user and collects
parameter values from the user is called form filling. A form can be added to
a [page][google.cloud.dialogflow.cx.v3.Page]. When form filling is done, the filled parameters will be
written to the [session][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eForm\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, which is used to group related parameters for collection from users in Dialogflow CX.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this \u003ccode\u003eForm\u003c/code\u003e class is 2.23.0, with a comprehensive list of prior versions available, starting from version 1.0.0, for those needing to look at changes over time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForm\u003c/code\u003e class, being a data model, implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and it inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eA key property of the \u003ccode\u003eForm\u003c/code\u003e class is \u003ccode\u003eParameters\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e that holds the list of parameters to be collected from the user during the form-filling process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForm\u003c/code\u003e class includes two constructors: a default constructor \u003ccode\u003eForm()\u003c/code\u003e and another \u003ccode\u003eForm(Form other)\u003c/code\u003e that allows creating a new form based on an existing \u003ccode\u003eForm\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]