Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3Action

Inheritance
object
GoogleCloudDialogflowCxV3Action
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.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Action : IDirectResponseSchema

Properties

AgentUtterance

Declaration
[JsonProperty("agentUtterance")]
public virtual GoogleCloudDialogflowCxV3AgentUtterance AgentUtterance { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AgentUtterance

ETag

The ETag of the item.

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

FlowInvocation

Declaration
[JsonProperty("flowInvocation")]
public virtual GoogleCloudDialogflowCxV3FlowInvocation FlowInvocation { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3FlowInvocation

FlowTransition

Declaration
[JsonProperty("flowTransition")]
public virtual GoogleCloudDialogflowCxV3FlowTransition FlowTransition { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3FlowTransition

PlaybookInvocation

Declaration
[JsonProperty("playbookInvocation")]
public virtual GoogleCloudDialogflowCxV3PlaybookInvocation PlaybookInvocation { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3PlaybookInvocation

PlaybookTransition

Declaration
[JsonProperty("playbookTransition")]
public virtual GoogleCloudDialogflowCxV3PlaybookTransition PlaybookTransition { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3PlaybookTransition

ToolUse

Declaration
[JsonProperty("toolUse")]
public virtual GoogleCloudDialogflowCxV3ToolUse ToolUse { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ToolUse

UserUtterance

Declaration
[JsonProperty("userUtterance")]
public virtual GoogleCloudDialogflowCxV3UserUtterance UserUtterance { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3UserUtterance

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX