ConversationRequestStatistics interface
if showStats=true was specified in the request this field will contain information about the request payload.
- Extends
Properties
| conversations |
Number of conversations submitted in the request. |
| erroneous |
Number of invalid documents. This includes empty, over-size limit or non-supported languages documents. |
| valid |
Number of conversations documents. This excludes empty, over-size limit or non-supported languages documents. |
Inherited Properties
| transactions |
Number of transactions for the request. |
Property Details
conversationsCount
Number of conversations submitted in the request.
conversationsCount: number
Property Value
number
erroneousConversationsCount
Number of invalid documents. This includes empty, over-size limit or non-supported languages documents.
erroneousConversationsCount: number
Property Value
number
validConversationsCount
Number of conversations documents. This excludes empty, over-size limit or non-supported languages documents.
validConversationsCount: number
Property Value
number
Inherited Property Details
transactionsCount
Number of transactions for the request.
transactionsCount: number
Property Value
number
Inherited From RequestStatistics.transactionsCount