| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.botId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.botVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
|
static UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.builder() |
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
default UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.encryptionSetting(Consumer<EncryptionSetting.Builder> 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.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.encryptionSetting(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.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.localeId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.toBuilder() |
default UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotRecommendationResponse.Builder> |
UpdateBotRecommendationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.