Class GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate
Inheritance
GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate : IDirectResponseSchema
Properties
Destination
Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventType
Declaration
[JsonProperty("eventType")]
public virtual string EventType { get; set; }
Property Value
FunctionCall
Declaration
[JsonProperty("functionCall")]
public virtual GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall FunctionCall { get; set; }
Property Value
PageState
Declaration
[JsonProperty("pageState")]
public virtual GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState PageState { get; set; }
Property Value
UpdatedParameters
Declaration
[JsonProperty("updatedParameters")]
public virtual IDictionary<string, object> UpdatedParameters { get; set; }
Property Value
Implements