| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionResult |
AbstractAmazonLexModelsV2.describeBotVersion(DescribeBotVersionRequest request) |
DescribeBotVersionResult |
AmazonLexModelsV2Client.describeBotVersion(DescribeBotVersionRequest request)
Provides metadata about a version of a bot.
|
DescribeBotVersionResult |
AmazonLexModelsV2.describeBotVersion(DescribeBotVersionRequest describeBotVersionRequest)
Provides metadata about a version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotVersionResult> |
AmazonLexModelsV2AsyncClient.describeBotVersionAsync(DescribeBotVersionRequest request,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler) |
Future<DescribeBotVersionResult> |
AbstractAmazonLexModelsV2Async.describeBotVersionAsync(DescribeBotVersionRequest request,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler) |
Future<DescribeBotVersionResult> |
AmazonLexModelsV2Async.describeBotVersionAsync(DescribeBotVersionRequest describeBotVersionRequest,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler)
Provides metadata about a version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionResult |
DescribeBotVersionResult.clone() |
DescribeBotVersionResult |
DescribeBotVersionResult.withBotId(String botId)
The identifier of the bot that contains the version.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotName(String botName)
The name of the bot that contains the version.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotStatus(String botStatus)
The current status of the bot.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotVersion(String botVersion)
The version of the bot to describe.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot version was created.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withDataPrivacy(DataPrivacy dataPrivacy)
Data privacy settings for the bot version.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withDescription(String description)
The description specified for the bot.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withFailureReasons(Collection<String> failureReasons)
If the
botStatus is Failed, this contains a list of reasons that the version couldn't
be built. |
DescribeBotVersionResult |
DescribeBotVersionResult.withFailureReasons(String... failureReasons)
If the
botStatus is Failed, this contains a list of reasons that the version couldn't
be built. |
DescribeBotVersionResult |
DescribeBotVersionResult.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionResult |
DescribeBotVersionFunction.apply(DescribeBotVersionRequest describeBotVersionRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.