| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceLevelTestResultItem |
UtteranceLevelTestResultItem.clone() |
UtteranceLevelTestResultItem |
UtteranceLevelTestResultItem.withConversationId(String conversationId)
The unique identifier for the conversation associated with the result.
|
UtteranceLevelTestResultItem |
UtteranceLevelTestResultItem.withRecordNumber(Long recordNumber)
The record number of the result.
|
UtteranceLevelTestResultItem |
UtteranceLevelTestResultItem.withTurnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
|
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceLevelTestResultItem> |
UtteranceLevelTestResults.getItems()
Contains information about an utterance in the results of the test set execution.
|
| Modifier and Type | Method and Description |
|---|---|
UtteranceLevelTestResults |
UtteranceLevelTestResults.withItems(UtteranceLevelTestResultItem... items)
Contains information about an utterance in the results of the test set execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UtteranceLevelTestResults.setItems(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
|
UtteranceLevelTestResults |
UtteranceLevelTestResults.withItems(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
|
Copyright © 2024. All rights reserved.