Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Form

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.

Inheritance
object
GoogleCloudDialogflowCxV3beta1Form
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Form : 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<GoogleCloudDialogflowCxV3beta1FormParameter> Parameters { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1FormParameter>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX