| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListTestSetRecordsResult |
AmazonLexModelsV2Client.listTestSetRecords(ListTestSetRecordsRequest request)
The list of test set records.
|
ListTestSetRecordsResult |
AbstractAmazonLexModelsV2.listTestSetRecords(ListTestSetRecordsRequest request) |
ListTestSetRecordsResult |
AmazonLexModelsV2.listTestSetRecords(ListTestSetRecordsRequest listTestSetRecordsRequest)
The list of test set records.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestSetRecordsResult> |
AmazonLexModelsV2AsyncClient.listTestSetRecordsAsync(ListTestSetRecordsRequest request,
AsyncHandler<ListTestSetRecordsRequest,ListTestSetRecordsResult> asyncHandler) |
Future<ListTestSetRecordsResult> |
AmazonLexModelsV2Async.listTestSetRecordsAsync(ListTestSetRecordsRequest listTestSetRecordsRequest,
AsyncHandler<ListTestSetRecordsRequest,ListTestSetRecordsResult> asyncHandler)
The list of test set records.
|
Future<ListTestSetRecordsResult> |
AbstractAmazonLexModelsV2Async.listTestSetRecordsAsync(ListTestSetRecordsRequest request,
AsyncHandler<ListTestSetRecordsRequest,ListTestSetRecordsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestSetRecordsResult |
ListTestSetRecordsResult.clone() |
ListTestSetRecordsResult |
ListTestSetRecordsResult.withNextToken(String nextToken)
A token that indicates whether there are more records to return in a response to the ListTestSetRecords
operation.
|
ListTestSetRecordsResult |
ListTestSetRecordsResult.withTestSetRecords(Collection<TestSetTurnRecord> testSetRecords)
The list of records from the test set.
|
ListTestSetRecordsResult |
ListTestSetRecordsResult.withTestSetRecords(TestSetTurnRecord... testSetRecords)
The list of records from the test set.
|
Copyright © 2025. All rights reserved.