| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.clone() |
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withConversationId(String conversationId)
The conversation Id of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withEndToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withEndToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withIntentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSlotResolutionResults(ConversationLevelSlotResolutionResultItem... slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConversationLevelTestResultItem> |
ConversationLevelTestResults.getItems()
The item list in the test set results data at the conversation level.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
ConversationLevelTestResults.setItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
|
ConversationLevelTestResults |
ConversationLevelTestResults.withItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
|
Copyright © 2023. All rights reserved.