public static interface Conversation.MetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getAverageMatchConfidence()
The average confidence all of the
[Match][google.cloud.dialogflow.cx.v3beta1.Match] in the conversation.
|
boolean |
getHasEndInteraction()
A signal that indicates the interaction with the Dialogflow agent has
ended.
|
boolean |
getHasLiveAgentHandoff()
Hands off conversation to a human agent.
|
com.google.protobuf.Duration |
getInputAudioDuration()
Duration of all the input's audio in the conversation.
|
com.google.protobuf.DurationOrBuilder |
getInputAudioDurationOrBuilder()
Duration of all the input's audio in the conversation.
|
int |
getInteractionCount()
The number of interactions in the conversation.
|
Conversation.Metrics.MatchTypeCount |
getMatchTypeCount()
Match type counts.
|
Conversation.Metrics.MatchTypeCountOrBuilder |
getMatchTypeCountOrBuilder()
Match type counts.
|
com.google.protobuf.Duration |
getMaxWebhookLatency()
Maximum latency of the
[Webhook][google.cloud.dialogflow.cx.v3beta1.Webhook] calls in the
conversation.
|
com.google.protobuf.DurationOrBuilder |
getMaxWebhookLatencyOrBuilder()
Maximum latency of the
[Webhook][google.cloud.dialogflow.cx.v3beta1.Webhook] calls in the
conversation.
|
com.google.protobuf.Duration |
getOutputAudioDuration()
Duration of all the output's audio in the conversation.
|
com.google.protobuf.DurationOrBuilder |
getOutputAudioDurationOrBuilder()
Duration of all the output's audio in the conversation.
|
Conversation.Metrics.QueryInputCount |
getQueryInputCount()
Query input counts.
|
Conversation.Metrics.QueryInputCountOrBuilder |
getQueryInputCountOrBuilder()
Query input counts.
|
boolean |
hasInputAudioDuration()
Duration of all the input's audio in the conversation.
|
boolean |
hasMatchTypeCount()
Match type counts.
|
boolean |
hasMaxWebhookLatency()
Maximum latency of the
[Webhook][google.cloud.dialogflow.cx.v3beta1.Webhook] calls in the
conversation.
|
boolean |
hasOutputAudioDuration()
Duration of all the output's audio in the conversation.
|
boolean |
hasQueryInputCount()
Query input counts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getInteractionCount()
The number of interactions in the conversation.
int32 interaction_count = 1;boolean hasInputAudioDuration()
Duration of all the input's audio in the conversation.
.google.protobuf.Duration input_audio_duration = 2;com.google.protobuf.Duration getInputAudioDuration()
Duration of all the input's audio in the conversation.
.google.protobuf.Duration input_audio_duration = 2;com.google.protobuf.DurationOrBuilder getInputAudioDurationOrBuilder()
Duration of all the input's audio in the conversation.
.google.protobuf.Duration input_audio_duration = 2;boolean hasOutputAudioDuration()
Duration of all the output's audio in the conversation.
.google.protobuf.Duration output_audio_duration = 3;com.google.protobuf.Duration getOutputAudioDuration()
Duration of all the output's audio in the conversation.
.google.protobuf.Duration output_audio_duration = 3;com.google.protobuf.DurationOrBuilder getOutputAudioDurationOrBuilder()
Duration of all the output's audio in the conversation.
.google.protobuf.Duration output_audio_duration = 3;boolean hasMaxWebhookLatency()
Maximum latency of the [Webhook][google.cloud.dialogflow.cx.v3beta1.Webhook] calls in the conversation.
.google.protobuf.Duration max_webhook_latency = 4;com.google.protobuf.Duration getMaxWebhookLatency()
Maximum latency of the [Webhook][google.cloud.dialogflow.cx.v3beta1.Webhook] calls in the conversation.
.google.protobuf.Duration max_webhook_latency = 4;com.google.protobuf.DurationOrBuilder getMaxWebhookLatencyOrBuilder()
Maximum latency of the [Webhook][google.cloud.dialogflow.cx.v3beta1.Webhook] calls in the conversation.
.google.protobuf.Duration max_webhook_latency = 4;boolean getHasEndInteraction()
A signal that indicates the interaction with the Dialogflow agent has ended. If any response has the [ResponseMessage.end_interaction][google.cloud.dialogflow.cx.v3beta1.ResponseMessage.end_interaction] signal, this is set to true.
bool has_end_interaction = 5;boolean getHasLiveAgentHandoff()
Hands off conversation to a human agent. If any response has the [ResponseMessage.live_agent_handoff][google.cloud.dialogflow.cx.v3beta1.ResponseMessage.live_agent_handoff]signal, this is set to true.
bool has_live_agent_handoff = 6;float getAverageMatchConfidence()
The average confidence all of the [Match][google.cloud.dialogflow.cx.v3beta1.Match] in the conversation. Values range from 0.0 (completely uncertain) to 1.0 (completely certain).
float average_match_confidence = 7;boolean hasQueryInputCount()
Query input counts.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics.QueryInputCount query_input_count = 8;
Conversation.Metrics.QueryInputCount getQueryInputCount()
Query input counts.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics.QueryInputCount query_input_count = 8;
Conversation.Metrics.QueryInputCountOrBuilder getQueryInputCountOrBuilder()
Query input counts.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics.QueryInputCount query_input_count = 8;
boolean hasMatchTypeCount()
Match type counts.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics.MatchTypeCount match_type_count = 9;
Conversation.Metrics.MatchTypeCount getMatchTypeCount()
Match type counts.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics.MatchTypeCount match_type_count = 9;
Conversation.Metrics.MatchTypeCountOrBuilder getMatchTypeCountOrBuilder()
Match type counts.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics.MatchTypeCount match_type_count = 9;
Copyright © 2025 Google LLC. All rights reserved.