Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Action

Inheritance
object
GoogleCloudDialogflowCxV3beta1Action
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 GoogleCloudDialogflowCxV3beta1Action : IDirectResponseSchema

Properties

AgentUtterance

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

CompleteTime

object representation of CompleteTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
Type Description
object

CompleteTimeDateTimeOffset

DateTimeOffset representation of CompleteTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CompleteTimeRaw

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

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Event__

Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowCxV3beta1Event Event__ { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Event

FlowInvocation

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

FlowStateUpdate

Declaration
[JsonProperty("flowStateUpdate")]
public virtual GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate FlowStateUpdate { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate

FlowTransition

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

IntentMatch

Declaration
[JsonProperty("intentMatch")]
public virtual GoogleCloudDialogflowCxV3beta1ActionIntentMatch IntentMatch { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ActionIntentMatch

LlmCall

Declaration
[JsonProperty("llmCall")]
public virtual GoogleCloudDialogflowCxV3beta1LlmCall LlmCall { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1LlmCall

PlaybookInvocation

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

PlaybookTransition

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

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

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

Status

Declaration
[JsonProperty("status")]
public virtual GoogleCloudDialogflowCxV3beta1Status Status { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Status

Stt

Declaration
[JsonProperty("stt")]
public virtual GoogleCloudDialogflowCxV3beta1ActionSTT Stt { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ActionSTT

SubExecutionSteps

Declaration
[JsonProperty("subExecutionSteps")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Span> SubExecutionSteps { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1Span>

ToolUse

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

Tts

Declaration
[JsonProperty("tts")]
public virtual GoogleCloudDialogflowCxV3beta1ActionTTS Tts { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ActionTTS

UserUtterance

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX