Class GoogleCloudDialogflowCxV3beta1ConversationMetrics
Represents metrics for the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationMetrics : IDirectResponseSchema
Properties
AverageMatchConfidence
The average confidence all of the Match in the conversation. Values range from 0.0 (completely uncertain) to 1.0 (completely certain).
Declaration
[JsonProperty("averageMatchConfidence")]
public virtual float? AverageMatchConfidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasEndInteraction
A signal that indicates the interaction with the Dialogflow agent has ended. If any response has the ResponseMessage.end_interaction signal, this is set to true.
Declaration
[JsonProperty("hasEndInteraction")]
public virtual bool? HasEndInteraction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HasLiveAgentHandoff
Hands off conversation to a human agent. If any response has the ResponseMessage.live_agent_handoffsignal, this is set to true.
Declaration
[JsonProperty("hasLiveAgentHandoff")]
public virtual bool? HasLiveAgentHandoff { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InputAudioDuration
Duration of all the input's audio in the conversation.
Declaration
[JsonProperty("inputAudioDuration")]
public virtual object InputAudioDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
InteractionCount
The number of interactions in the conversation.
Declaration
[JsonProperty("interactionCount")]
public virtual int? InteractionCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MatchTypeCount
Match type counts.
Declaration
[JsonProperty("matchTypeCount")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount MatchTypeCount { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount |
MaxWebhookLatency
Maximum latency of the Webhook calls in the conversation.
Declaration
[JsonProperty("maxWebhookLatency")]
public virtual object MaxWebhookLatency { get; set; }
Property Value
Type | Description |
---|---|
object |
OutputAudioDuration
Duration of all the output's audio in the conversation.
Declaration
[JsonProperty("outputAudioDuration")]
public virtual object OutputAudioDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
QueryInputCount
Query input counts.
Declaration
[JsonProperty("queryInputCount")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount QueryInputCount { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount |