| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
OverallTestResultItem |
OverallTestResultItem.addEndToEndResultCountsEntry(String key,
Integer value)
Add a single EndToEndResultCounts entry
|
OverallTestResultItem |
OverallTestResultItem.addSpeechTranscriptionResultCountsEntry(String key,
Integer value)
Add a single SpeechTranscriptionResultCounts entry
|
OverallTestResultItem |
OverallTestResultItem.clearEndToEndResultCountsEntries()
Removes all the entries added into EndToEndResultCounts.
|
OverallTestResultItem |
OverallTestResultItem.clearSpeechTranscriptionResultCountsEntries()
Removes all the entries added into SpeechTranscriptionResultCounts.
|
OverallTestResultItem |
OverallTestResultItem.clone() |
OverallTestResultItem |
OverallTestResultItem.withEndToEndResultCounts(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
|
OverallTestResultItem |
OverallTestResultItem.withMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
|
OverallTestResultItem |
OverallTestResultItem.withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
|
OverallTestResultItem |
OverallTestResultItem.withTotalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<OverallTestResultItem> |
OverallTestResults.getItems()
A list of the overall test results.
|
| Modifier and Type | Method and Description |
|---|---|
OverallTestResults |
OverallTestResults.withItems(OverallTestResultItem... items)
A list of the overall test results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OverallTestResults.setItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
|
OverallTestResults |
OverallTestResults.withItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
|
Copyright © 2023. All rights reserved.