| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotResult |
AmazonLexModelsV2Client.describeBot(DescribeBotRequest request)
Provides metadata information about a bot.
|
DescribeBotResult |
AbstractAmazonLexModelsV2.describeBot(DescribeBotRequest request) |
DescribeBotResult |
AmazonLexModelsV2.describeBot(DescribeBotRequest describeBotRequest)
Provides metadata information about a bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotResult> |
AmazonLexModelsV2AsyncClient.describeBotAsync(DescribeBotRequest request,
AsyncHandler<DescribeBotRequest,DescribeBotResult> asyncHandler) |
Future<DescribeBotResult> |
AmazonLexModelsV2Async.describeBotAsync(DescribeBotRequest describeBotRequest,
AsyncHandler<DescribeBotRequest,DescribeBotResult> asyncHandler)
Provides metadata information about a bot.
|
Future<DescribeBotResult> |
AbstractAmazonLexModelsV2Async.describeBotAsync(DescribeBotRequest request,
AsyncHandler<DescribeBotRequest,DescribeBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotResult |
DescribeBotResult.clone() |
DescribeBotResult |
DescribeBotResult.withBotId(String botId)
The unique identifier of the bot.
|
DescribeBotResult |
DescribeBotResult.withBotMembers(BotMember... botMembers)
The list of bots in the network that was described.
|
DescribeBotResult |
DescribeBotResult.withBotMembers(Collection<BotMember> botMembers)
The list of bots in the network that was described.
|
DescribeBotResult |
DescribeBotResult.withBotName(String botName)
The name of the bot.
|
DescribeBotResult |
DescribeBotResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
DescribeBotResult |
DescribeBotResult.withBotStatus(String botStatus)
The current status of the bot.
|
DescribeBotResult |
DescribeBotResult.withBotType(BotType botType)
The type of the bot that was described.
|
DescribeBotResult |
DescribeBotResult.withBotType(String botType)
The type of the bot that was described.
|
DescribeBotResult |
DescribeBotResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
|
DescribeBotResult |
DescribeBotResult.withDataPrivacy(DataPrivacy dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
DescribeBotResult |
DescribeBotResult.withDescription(String description)
The description of the bot.
|
DescribeBotResult |
DescribeBotResult.withFailureReasons(Collection<String> failureReasons)
If the
botStatus is Failed, this contains a list of reasons that the bot couldn't be
built. |
DescribeBotResult |
DescribeBotResult.withFailureReasons(String... failureReasons)
If the
botStatus is Failed, this contains a list of reasons that the bot couldn't be
built. |
DescribeBotResult |
DescribeBotResult.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
DescribeBotResult |
DescribeBotResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
DescribeBotResult |
DescribeBotResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotResult |
DescribeBotFunction.apply(DescribeBotRequest describeBotRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2025. All rights reserved.