| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.addIntentMatchResultCountsEntry(String key,
Integer value)
Add a single IntentMatchResultCounts entry
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.addSpeechTranscriptionResultCountsEntry(String key,
Integer value)
Add a single SpeechTranscriptionResultCounts entry
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.clearIntentMatchResultCountsEntries()
Removes all the entries added into IntentMatchResultCounts.
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.clearSpeechTranscriptionResultCountsEntries()
Removes all the entries added into SpeechTranscriptionResultCounts.
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.clone() |
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItem.getResultCounts()
The result of the intent classification test.
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.withIntentMatchResultCounts(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts |
IntentClassificationTestResultItemCounts.withTotalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentClassificationTestResultItem.setResultCounts(IntentClassificationTestResultItemCounts resultCounts)
The result of the intent classification test.
|
IntentClassificationTestResultItem |
IntentClassificationTestResultItem.withResultCounts(IntentClassificationTestResultItemCounts resultCounts)
The result of the intent classification test.
|
Copyright © 2025. All rights reserved.