Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3FormParameter

Inheritance
object
GoogleCloudDialogflowCxV3FormParameter
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3FormParameter : IDirectResponseSchema

Properties

AdvancedSettings

Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3AdvancedSettings AdvancedSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AdvancedSettings

DefaultValue

Declaration
[JsonProperty("defaultValue")]
public virtual object DefaultValue { get; set; }
Property Value
Type Description
object

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityType

Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type Description
string

FillBehavior

Declaration
[JsonProperty("fillBehavior")]
public virtual GoogleCloudDialogflowCxV3FormParameterFillBehavior FillBehavior { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3FormParameterFillBehavior

IsList

Declaration
[JsonProperty("isList")]
public virtual bool? IsList { get; set; }
Property Value
Type Description
bool?

Redact

Declaration
[JsonProperty("redact")]
public virtual bool? Redact { get; set; }
Property Value
Type Description
bool?

Required

Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX