Class GoogleCloudDialogflowCxV3Form
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. When form filling is done, the filled parameters will be written to the session.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Form : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Parameters to collect from the user.
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudDialogflowCxV3FormParameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3FormParameter> |