TestExecutionResultItems - Amazon Lex API Reference

TestExecutionResultItems

Contains the results of the test execution, grouped by type of results. See Test result details">Test results details for details about different types of results.

Contents

conversationLevelTestResults

Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.

Type: ConversationLevelTestResults object

Required: No

intentClassificationTestResults

Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.

Type: IntentClassificationTestResults object

Required: No

intentLevelSlotResolutionTestResults

Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations

Type: IntentLevelSlotResolutionTestResults object

Required: No

overallTestResults

Overall results for the test execution, including the breakdown of conversations and single-input utterances.

Type: OverallTestResults object

Required: No

utteranceLevelTestResults

Results related to utterances in the test set.

Type: UtteranceLevelTestResults object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: