DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botId(String botId) |
The unique identifier of the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botMembers(Collection<BotMember> botMembers) |
The list of bots in the network that was described.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botMembers(Consumer<BotMember.Builder>... botMembers) |
The list of bots in the network that was described.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botMembers(BotMember... botMembers) |
The list of bots in the network that was described.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botName(String botName) |
The name of the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botStatus(String botStatus) |
The current status of the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botStatus(BotStatus botStatus) |
The current status of the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botType(String botType) |
The type of the bot that was described.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botType(BotType botType) |
The type of the bot that was described.
|
static DescribeBotResponse.Builder |
DescribeBotResponse.builder() |
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the bot was created.
|
default DescribeBotResponse.Builder |
DescribeBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy) |
Settings for managing data privacy of the bot and its conversations with users.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy) |
Settings for managing data privacy of the bot and its conversations with users.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.description(String description) |
The description of the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.failureReasons(String... failureReasons) |
If the botStatus is Failed, this contains a list of reasons that the bot couldn't
be built.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.failureReasons(Collection<String> failureReasons) |
If the botStatus is Failed, this contains a list of reasons that the bot couldn't
be built.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
A timestamp of the date and time that the bot was last updated.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.toBuilder() |
|