Class GoogleCloudDialogflowCxV3PageInfo
Inheritance
GoogleCloudDialogflowCxV3PageInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3PageInfo : 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 GoogleCloudDialogflowCxV3PageInfoFormInfo FormInfo { get; set; }
Property Value
Implements