Class GoogleCloudDialogflowCxV3TurnSignals
Inheritance
GoogleCloudDialogflowCxV3TurnSignals
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3TurnSignals : IDirectResponseSchema
Properties
AgentEscalated
Declaration
[JsonProperty("agentEscalated")]
public virtual bool? AgentEscalated { get; set; }
Property Value
DtmfUsed
Declaration
[JsonProperty("dtmfUsed")]
public virtual bool? DtmfUsed { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FailureReasons
Declaration
[JsonProperty("failureReasons")]
public virtual IList<string> FailureReasons { get; set; }
Property Value
NoMatch
Declaration
[JsonProperty("noMatch")]
public virtual bool? NoMatch { get; set; }
Property Value
Declaration
[JsonProperty("noUserInput")]
public virtual bool? NoUserInput { get; set; }
Property Value
ReachedEndPage
Declaration
[JsonProperty("reachedEndPage")]
public virtual bool? ReachedEndPage { get; set; }
Property Value
SentimentMagnitude
Declaration
[JsonProperty("sentimentMagnitude")]
public virtual float? SentimentMagnitude { get; set; }
Property Value
SentimentScore
Declaration
[JsonProperty("sentimentScore")]
public virtual float? SentimentScore { get; set; }
Property Value
UserEscalated
Declaration
[JsonProperty("userEscalated")]
public virtual bool? UserEscalated { get; set; }
Property Value
WebhookStatuses
Declaration
[JsonProperty("webhookStatuses")]
public virtual IList<string> WebhookStatuses { get; set; }
Property Value
Implements