Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate

Inheritance
object
GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate : IDirectResponseSchema

Properties

Destination

Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventType

Declaration
[JsonProperty("eventType")]
public virtual string EventType { get; set; }
Property Value
Type Description
string

FunctionCall

Declaration
[JsonProperty("functionCall")]
public virtual GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall FunctionCall { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall

PageState

Declaration
[JsonProperty("pageState")]
public virtual GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState PageState { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState

UpdatedParameters

Declaration
[JsonProperty("updatedParameters")]
public virtual IDictionary<string, object> UpdatedParameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX