| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.apiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
static StartTestExecutionResponse.Builder |
StartTestExecutionResponse.builder() |
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.creationDateTime(Instant creationDateTime)
The creation date and time for the test set execution.
|
default StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.target(Consumer<TestExecutionTarget.Builder> target)
The target bot for the test set execution.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.target(TestExecutionTarget target)
The target bot for the test set execution.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.testExecutionId(String testExecutionId)
The unique identifier of the test set execution.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.testExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.testSetId(String testSetId)
The test set Id for the test set execution.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartTestExecutionResponse.Builder> |
StartTestExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.