| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.addSlotMatchResultCountsEntry(String key,
Integer value)
Add a single SlotMatchResultCounts entry
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.addSpeechTranscriptionResultCountsEntry(String key,
Integer value)
Add a single SpeechTranscriptionResultCounts entry
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.clearSlotMatchResultCountsEntries()
Removes all the entries added into SlotMatchResultCounts.
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.clearSpeechTranscriptionResultCountsEntries()
Removes all the entries added into SpeechTranscriptionResultCounts.
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.clone() |
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItem.getResultCounts()
A result for slot resolution in the results of a test execution.
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.withSlotMatchResultCounts(Map<String,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
SlotResolutionTestResultItemCounts |
SlotResolutionTestResultItemCounts.withTotalResultCount(Integer totalResultCount)
The total number of results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotResolutionTestResultItem.setResultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
|
SlotResolutionTestResultItem |
SlotResolutionTestResultItem.withResultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
|
Copyright © 2025. All rights reserved.