Class GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo
Inheritance
GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
JustCollected
Declaration
[JsonProperty("justCollected")]
public virtual bool? JustCollected { get; set; }
Property Value
Required
Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Value
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Implements