Class GoogleCloudDialogflowCxV3beta1ConversationMetrics
Inheritance
GoogleCloudDialogflowCxV3beta1ConversationMetrics
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationMetrics : IDirectResponseSchema
Properties
AverageMatchConfidence
Declaration
[JsonProperty("averageMatchConfidence")]
public virtual float? AverageMatchConfidence { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HasEndInteraction
Declaration
[JsonProperty("hasEndInteraction")]
public virtual bool? HasEndInteraction { get; set; }
Property Value
HasLiveAgentHandoff
Declaration
[JsonProperty("hasLiveAgentHandoff")]
public virtual bool? HasLiveAgentHandoff { get; set; }
Property Value
Declaration
[JsonProperty("inputAudioDuration")]
public virtual object InputAudioDuration { get; set; }
Property Value
InteractionCount
Declaration
[JsonProperty("interactionCount")]
public virtual int? InteractionCount { get; set; }
Property Value
MatchTypeCount
Declaration
[JsonProperty("matchTypeCount")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount MatchTypeCount { get; set; }
Property Value
MaxWebhookLatency
Declaration
[JsonProperty("maxWebhookLatency")]
public virtual object MaxWebhookLatency { get; set; }
Property Value
OutputAudioDuration
Declaration
[JsonProperty("outputAudioDuration")]
public virtual object OutputAudioDuration { get; set; }
Property Value
Declaration
[JsonProperty("queryInputCount")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount QueryInputCount { get; set; }
Property Value
Implements