| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResults |
IntentClassificationTestResults.clone() |
IntentClassificationTestResults |
TestExecutionResultItems.getIntentClassificationTestResults()
Intent recognition results aggregated by intent name.
|
IntentClassificationTestResults |
IntentClassificationTestResults.withItems(Collection<IntentClassificationTestResultItem> items)
A list of the results for the intent classification test.
|
IntentClassificationTestResults |
IntentClassificationTestResults.withItems(IntentClassificationTestResultItem... items)
A list of the results for the intent classification test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecutionResultItems.setIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
TestExecutionResultItems |
TestExecutionResultItems.withIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
Copyright © 2025. All rights reserved.