Class GoogleCloudDialogflowCxV3beta1FlowInvocation
Stores metadata of the invocation of a CX flow.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1FlowInvocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Flow
Required. The unique identifier of the flow. Format: projects//locations//agents//flows/
.
Declaration
[JsonProperty("flow")]
public virtual string Flow { get; set; }
Property Value
Type | Description |
---|---|
string |
FlowState
Required. Flow invocation's output state.
Declaration
[JsonProperty("flowState")]
public virtual string FlowState { get; set; }
Property Value
Type | Description |
---|---|
string |
InputActionParameters
Optional. A list of input parameters for the flow.
Declaration
[JsonProperty("inputActionParameters")]
public virtual IDictionary<string, object> InputActionParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
OutputActionParameters
Optional. A list of output parameters generated by the flow invocation.
Declaration
[JsonProperty("outputActionParameters")]
public virtual IDictionary<string, object> OutputActionParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |