| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotAliasTestExecutionTarget.Builder |
BotAliasTestExecutionTarget.Builder.botAliasId(String botAliasId)
The bot alias Id of the bot alias used in the test set execution.
|
BotAliasTestExecutionTarget.Builder |
BotAliasTestExecutionTarget.Builder.botId(String botId)
The bot Id of the bot alias used in the test set execution.
|
static BotAliasTestExecutionTarget.Builder |
BotAliasTestExecutionTarget.builder() |
BotAliasTestExecutionTarget.Builder |
BotAliasTestExecutionTarget.Builder.localeId(String localeId)
The locale Id of the bot alias used in the test set execution.
|
BotAliasTestExecutionTarget.Builder |
BotAliasTestExecutionTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotAliasTestExecutionTarget.Builder> |
BotAliasTestExecutionTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TestExecutionTarget.Builder |
TestExecutionTarget.Builder.botAliasTarget(Consumer<BotAliasTestExecutionTarget.Builder> botAliasTarget)
Contains information about the bot alias used for the test execution.
|
Copyright © 2023. All rights reserved.