| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StartTestExecutionResult |
AmazonLexModelsV2Client.startTestExecution(StartTestExecutionRequest request)
The action to start test set execution.
|
StartTestExecutionResult |
AbstractAmazonLexModelsV2.startTestExecution(StartTestExecutionRequest request) |
StartTestExecutionResult |
AmazonLexModelsV2.startTestExecution(StartTestExecutionRequest startTestExecutionRequest)
The action to start test set execution.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartTestExecutionResult> |
AbstractAmazonLexModelsV2Async.startTestExecutionAsync(StartTestExecutionRequest request,
AsyncHandler<StartTestExecutionRequest,StartTestExecutionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StartTestExecutionResult |
StartTestExecutionResult.clone() |
StartTestExecutionResult |
StartTestExecutionResult.withApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResult |
StartTestExecutionResult.withApiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResult |
StartTestExecutionResult.withCreationDateTime(Date creationDateTime)
The creation date and time for the test set execution.
|
StartTestExecutionResult |
StartTestExecutionResult.withTarget(TestExecutionTarget target)
The target bot for the test set execution.
|
StartTestExecutionResult |
StartTestExecutionResult.withTestExecutionId(String testExecutionId)
The unique identifier of the test set execution.
|
StartTestExecutionResult |
StartTestExecutionResult.withTestExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResult |
StartTestExecutionResult.withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResult |
StartTestExecutionResult.withTestSetId(String testSetId)
The test set Id for the test set execution.
|
Copyright © 2024. All rights reserved.