Class GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState
Inheritance
GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Page
Declaration
[JsonProperty("page")]
public virtual string Page { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Implements