public static interface Conversation.Metrics.QueryInputCountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioCount()
The number of
[AudioInput][google.cloud.dialogflow.cx.v3beta1.AudioInput] in the
conversation.
|
int |
getDtmfCount()
The number of [DtmfInput][google.cloud.dialogflow.cx.v3beta1.DtmfInput]
in the conversation.
|
int |
getEventCount()
The number of
[EventInput][google.cloud.dialogflow.cx.v3beta1.EventInput] in the
conversation.
|
int |
getIntentCount()
The number of
[IntentInput][google.cloud.dialogflow.cx.v3beta1.IntentInput] in the
conversation.
|
int |
getTextCount()
The number of [TextInput][google.cloud.dialogflow.cx.v3beta1.TextInput]
in the conversation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTextCount()
The number of [TextInput][google.cloud.dialogflow.cx.v3beta1.TextInput] in the conversation.
int32 text_count = 1;int getIntentCount()
The number of [IntentInput][google.cloud.dialogflow.cx.v3beta1.IntentInput] in the conversation.
int32 intent_count = 2;int getAudioCount()
The number of [AudioInput][google.cloud.dialogflow.cx.v3beta1.AudioInput] in the conversation.
int32 audio_count = 3;int getEventCount()
The number of [EventInput][google.cloud.dialogflow.cx.v3beta1.EventInput] in the conversation.
int32 event_count = 4;int getDtmfCount()
The number of [DtmfInput][google.cloud.dialogflow.cx.v3beta1.DtmfInput] in the conversation.
int32 dtmf_count = 5;Copyright © 2025 Google LLC. All rights reserved.