QueryInputCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Count by types of QueryInput of the requests in the conversation.
Attributes |
|
---|---|
Name | Description |
text_count |
int
The number of TextInput in the conversation. |
intent_count |
int
The number of IntentInput in the conversation. |
audio_count |
int
The number of AudioInput in the conversation. |
event_count |
int
The number of EventInput in the conversation. |
dtmf_count |
int
The number of DtmfInput in the conversation. |