| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBotResponse |
LexModelsV2Client.updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)
Updates the configuration of an existing bot.
|
default CompletableFuture<UpdateBotResponse> |
LexModelsV2AsyncClient.updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)
Updates the configuration of an existing bot.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botId(String botId)
The unique identifier of the bot to update.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botMembers(BotMember... botMembers)
The list of bot members in the network associated with the update action.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botMembers(Collection<BotMember> botMembers)
The list of bot members in the network associated with the update action.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botMembers(Consumer<BotMember.Builder>... botMembers)
The list of bot members in the network associated with the update action.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botName(String botName)
The new name of the bot.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botType(BotType botType)
The type of the bot to be updated.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botType(String botType)
The type of the bot to be updated.
|
static UpdateBotRequest.Builder |
UpdateBotRequest.builder() |
default UpdateBotRequest.Builder |
UpdateBotRequest.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.description(String description)
A description of the bot.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
|
UpdateBotRequest.Builder |
UpdateBotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotRequest.Builder> |
UpdateBotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.