| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResultItem |
IntentClassificationTestResultItem.clone() |
IntentClassificationTestResultItem |
IntentClassificationTestResultItem.withIntentName(String intentName)
The name of the intent.
|
IntentClassificationTestResultItem |
IntentClassificationTestResultItem.withMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation involves multiple turns or not.
|
IntentClassificationTestResultItem |
IntentClassificationTestResultItem.withResultCounts(IntentClassificationTestResultItemCounts resultCounts)
The result of the intent classification test.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntentClassificationTestResultItem> |
IntentClassificationTestResults.getItems()
A list of the results for the intent classification test.
|
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResults |
IntentClassificationTestResults.withItems(IntentClassificationTestResultItem... items)
A list of the results for the intent classification test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentClassificationTestResults.setItems(Collection<IntentClassificationTestResultItem> items)
A list of the results for the intent classification test.
|
IntentClassificationTestResults |
IntentClassificationTestResults.withItems(Collection<IntentClassificationTestResultItem> items)
A list of the results for the intent classification test.
|
Copyright © 2025. All rights reserved.