Class GoogleCloudDialogflowCxV3beta1FormParameter
Inheritance
GoogleCloudDialogflowCxV3beta1FormParameter
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3beta1FormParameter : IDirectResponseSchema
Properties
Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettings AdvancedSettings { get; set; }
Property Value
Declaration
[JsonProperty("defaultValue")]
public virtual object DefaultValue { get; set; }
Property Value
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Declaration
[JsonProperty("fillBehavior")]
public virtual GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior FillBehavior { get; set; }
Property Value
Declaration
[JsonProperty("isList")]
public virtual bool? IsList { get; set; }
Property Value
Declaration
[JsonProperty("redact")]
public virtual bool? Redact { get; set; }
Property Value
Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
Implements