| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestSetRecordsResult> |
AmazonLexModelsV2AsyncClient.listTestSetRecordsAsync(ListTestSetRecordsRequest request,
AsyncHandler<ListTestSetRecordsRequest,ListTestSetRecordsResult> asyncHandler) |
Future<ListTestSetRecordsResult> |
AbstractAmazonLexModelsV2Async.listTestSetRecordsAsync(ListTestSetRecordsRequest request,
AsyncHandler<ListTestSetRecordsRequest,ListTestSetRecordsResult> asyncHandler) |
Future<ListTestSetRecordsResult> |
AmazonLexModelsV2Async.listTestSetRecordsAsync(ListTestSetRecordsRequest listTestSetRecordsRequest,
AsyncHandler<ListTestSetRecordsRequest,ListTestSetRecordsResult> asyncHandler)
The list of test set records.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestSetRecordsRequest |
ListTestSetRecordsRequest.clone() |
ListTestSetRecordsRequest |
ListTestSetRecordsRequest.withMaxResults(Integer maxResults)
The maximum number of test set records to return in each page.
|
ListTestSetRecordsRequest |
ListTestSetRecordsRequest.withNextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListTestSetRecordsRequest |
ListTestSetRecordsRequest.withTestSetId(String testSetId)
The identifier of the test set to list its test set records.
|
Copyright © 2023. All rights reserved.