Class GoogleCloudDialogflowCxV3beta1PageInfoFormInfo
Inheritance
GoogleCloudDialogflowCxV3beta1PageInfoFormInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PageInfoFormInfo : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ParameterInfo
Declaration
[JsonProperty("parameterInfo")]
public virtual IList<GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo> ParameterInfo { get; set; }
Property Value
Implements