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