| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botId(String botId)
The identifier of the bot that contains the version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botName(String botName)
The name of the bot that contains the version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botStatus(BotStatus botStatus)
The current status of the bot.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botStatus(String botStatus)
The current status of the bot.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botVersion(String botVersion)
The version of the bot to describe.
|
static DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.builder() |
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot version was created.
|
default DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Data privacy settings for the bot version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Data privacy settings for the bot version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.description(String description)
The description specified for the bot.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.failureReasons(Collection<String> failureReasons)
If the
botStatus is Failed, this contains a list of reasons that the version
couldn't be built. |
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.failureReasons(String... failureReasons)
If the
botStatus is Failed, this contains a list of reasons that the version
couldn't be built. |
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeBotVersionResponse.Builder> |
DescribeBotVersionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.