| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelIntentClassificationResultItem |
ConversationLevelIntentClassificationResultItem.clone() |
ConversationLevelIntentClassificationResultItem |
ConversationLevelIntentClassificationResultItem.withIntentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
|
ConversationLevelIntentClassificationResultItem |
ConversationLevelIntentClassificationResultItem.withMatchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
ConversationLevelIntentClassificationResultItem |
ConversationLevelIntentClassificationResultItem.withMatchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConversationLevelIntentClassificationResultItem> |
ConversationLevelTestResultItem.getIntentClassificationResults()
The intent classification of the test result evaluation item.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withIntentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)
The intent classification of the test result evaluation item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationLevelTestResultItem.setIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
|
Copyright © 2024. All rights reserved.