Class GoogleCloudDialogflowCxV3beta1PageInfo
Inheritance
GoogleCloudDialogflowCxV3beta1PageInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PageInfo : IDirectResponseSchema
Properties
CurrentPage
Declaration
[JsonProperty("currentPage")]
public virtual string CurrentPage { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FormInfo
Declaration
[JsonProperty("formInfo")]
public virtual GoogleCloudDialogflowCxV3beta1PageInfoFormInfo FormInfo { get; set; }
Property Value
Implements