| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartTestExecutionResult> |
AmazonLexModelsV2AsyncClient.startTestExecutionAsync(StartTestExecutionRequest request,
AsyncHandler<StartTestExecutionRequest,StartTestExecutionResult> asyncHandler) |
Future<StartTestExecutionResult> |
AmazonLexModelsV2Async.startTestExecutionAsync(StartTestExecutionRequest startTestExecutionRequest,
AsyncHandler<StartTestExecutionRequest,StartTestExecutionResult> asyncHandler)
The action to start test set execution.
|
Future<StartTestExecutionResult> |
AbstractAmazonLexModelsV2Async.startTestExecutionAsync(StartTestExecutionRequest request,
AsyncHandler<StartTestExecutionRequest,StartTestExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTestExecutionRequest |
StartTestExecutionRequest.clone() |
StartTestExecutionRequest |
StartTestExecutionRequest.withApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionRequest |
StartTestExecutionRequest.withApiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionRequest |
StartTestExecutionRequest.withTarget(TestExecutionTarget target)
The target bot for the test set execution.
|
StartTestExecutionRequest |
StartTestExecutionRequest.withTestExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionRequest |
StartTestExecutionRequest.withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionRequest |
StartTestExecutionRequest.withTestSetId(String testSetId)
The test set Id for the test set execution.
|
Copyright © 2025. All rights reserved.