| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotRecommendationResult |
AmazonLexModelsV2Client.describeBotRecommendation(DescribeBotRecommendationRequest request)
Provides metadata information about a bot recommendation.
|
DescribeBotRecommendationResult |
AmazonLexModelsV2.describeBotRecommendation(DescribeBotRecommendationRequest describeBotRecommendationRequest)
Provides metadata information about a bot recommendation.
|
DescribeBotRecommendationResult |
AbstractAmazonLexModelsV2.describeBotRecommendation(DescribeBotRecommendationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotRecommendationResult> |
AmazonLexModelsV2AsyncClient.describeBotRecommendationAsync(DescribeBotRecommendationRequest request,
AsyncHandler<DescribeBotRecommendationRequest,DescribeBotRecommendationResult> asyncHandler) |
Future<DescribeBotRecommendationResult> |
AmazonLexModelsV2Async.describeBotRecommendationAsync(DescribeBotRecommendationRequest describeBotRecommendationRequest,
AsyncHandler<DescribeBotRecommendationRequest,DescribeBotRecommendationResult> asyncHandler)
Provides metadata information about a bot recommendation.
|
Future<DescribeBotRecommendationResult> |
AbstractAmazonLexModelsV2Async.describeBotRecommendationAsync(DescribeBotRecommendationRequest request,
AsyncHandler<DescribeBotRecommendationRequest,DescribeBotRecommendationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.clone() |
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withBotId(String botId)
The identifier of the bot associated with the bot recommendation.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation being described.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withBotRecommendationResults(BotRecommendationResults botRecommendationResults)
The object representing the URL of the bot definition, the URL of the associated transcript and a statistical
summary of the bot recommendation results.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withBotVersion(String botVersion)
The version of the bot associated with the bot recommendation.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withCreationDateTime(Date creationDateTime)
The date and time that the bot recommendation was created.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withFailureReasons(Collection<String> failureReasons)
If botRecommendationStatus is Failed, Amazon Lex explains why.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withFailureReasons(String... failureReasons)
If botRecommendationStatus is Failed, Amazon Lex explains why.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the bot recommendation was last updated.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to describe.
|
DescribeBotRecommendationResult |
DescribeBotRecommendationResult.withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
Copyright © 2022. All rights reserved.