Class Form (1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Form : IMessage<Form>, IEquatable<Form>, IDeepCloneable<Form>, IBufferMessage, IMessageA 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].
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Form()
public Form()Form(Form)
public Form(Form other)| Parameter | |
|---|---|
| Name | Description |
other |
Form |
Properties
Parameters
public RepeatedField<Form.Types.Parameter> Parameters { get; }Parameters to collect from the user.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Form.Types.Parameter> |
|