| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResults |
ConversationLevelTestResults.clone() |
ConversationLevelTestResults |
TestExecutionResultItems.getConversationLevelTestResults()
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
ConversationLevelTestResults |
ConversationLevelTestResults.withItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
|
ConversationLevelTestResults |
ConversationLevelTestResults.withItems(ConversationLevelTestResultItem... items)
The item list in the test set results data at the conversation level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecutionResultItems.setConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
TestExecutionResultItems |
TestExecutionResultItems.withConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
Copyright © 2024. All rights reserved.