| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotResult |
AmazonLexModelsV2.describeBot(DescribeBotRequest describeBotRequest)
Provides metadata information about a bot.
|
DescribeBotResult |
AbstractAmazonLexModelsV2.describeBot(DescribeBotRequest request) |
DescribeBotResult |
AmazonLexModelsV2Client.describeBot(DescribeBotRequest request)
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.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.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.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.
|
Copyright © 2021. All rights reserved.