ConversationLevelTestResultItem
The test result evaluation item at the conversation level.
Contents
- conversationId
-
The conversation Id of the test result evaluation item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
^([0-9a-zA-Z][_-]?)+$
Required: Yes
- endToEndResult
-
The end-to-end success or failure of the test result evaluation item.
Type: String
Valid Values:
Matched | Mismatched | ExecutionError
Required: Yes
- intentClassificationResults
-
The intent classification of the test result evaluation item.
Type: Array of ConversationLevelIntentClassificationResultItem objects
Required: Yes
- slotResolutionResults
-
The slot success or failure of the test result evaluation item.
Type: Array of ConversationLevelSlotResolutionResultItem objects
Required: Yes
- speechTranscriptionResult
-
The speech transcription success or failure of the test result evaluation item.
Type: String
Valid Values:
Matched | Mismatched | ExecutionError
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: