Class GoogleCloudDialogflowCxV3beta1Action
Inheritance
GoogleCloudDialogflowCxV3beta1Action
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Action : IDirectResponseSchema
Properties
AgentUtterance
Declaration
[JsonProperty("agentUtterance")]
public virtual GoogleCloudDialogflowCxV3beta1AgentUtterance AgentUtterance { get; set; }
Property Value
CompleteTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
CompleteTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
CompleteTimeRaw
Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Event__
Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowCxV3beta1Event Event__ { get; set; }
Property Value
FlowInvocation
Declaration
[JsonProperty("flowInvocation")]
public virtual GoogleCloudDialogflowCxV3beta1FlowInvocation FlowInvocation { get; set; }
Property Value
FlowStateUpdate
Declaration
[JsonProperty("flowStateUpdate")]
public virtual GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate FlowStateUpdate { get; set; }
Property Value
FlowTransition
Declaration
[JsonProperty("flowTransition")]
public virtual GoogleCloudDialogflowCxV3beta1FlowTransition FlowTransition { get; set; }
Property Value
IntentMatch
Declaration
[JsonProperty("intentMatch")]
public virtual GoogleCloudDialogflowCxV3beta1ActionIntentMatch IntentMatch { get; set; }
Property Value
LlmCall
Declaration
[JsonProperty("llmCall")]
public virtual GoogleCloudDialogflowCxV3beta1LlmCall LlmCall { get; set; }
Property Value
PlaybookInvocation
Declaration
[JsonProperty("playbookInvocation")]
public virtual GoogleCloudDialogflowCxV3beta1PlaybookInvocation PlaybookInvocation { get; set; }
Property Value
PlaybookTransition
Declaration
[JsonProperty("playbookTransition")]
public virtual GoogleCloudDialogflowCxV3beta1PlaybookTransition PlaybookTransition { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual GoogleCloudDialogflowCxV3beta1Status Status { get; set; }
Property Value
Stt
Declaration
[JsonProperty("stt")]
public virtual GoogleCloudDialogflowCxV3beta1ActionSTT Stt { get; set; }
Property Value
SubExecutionSteps
Declaration
[JsonProperty("subExecutionSteps")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Span> SubExecutionSteps { get; set; }
Property Value
Declaration
[JsonProperty("toolUse")]
public virtual GoogleCloudDialogflowCxV3beta1ToolUse ToolUse { get; set; }
Property Value
Tts
Declaration
[JsonProperty("tts")]
public virtual GoogleCloudDialogflowCxV3beta1ActionTTS Tts { get; set; }
Property Value
UserUtterance
Declaration
[JsonProperty("userUtterance")]
public virtual GoogleCloudDialogflowCxV3beta1UserUtterance UserUtterance { get; set; }
Property Value
Implements