| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateLexBotResponse> |
ConnectAsyncClient.disassociateLexBot(Consumer<DisassociateLexBotRequest.Builder> disassociateLexBotRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default DisassociateLexBotResponse |
ConnectClient.disassociateLexBot(Consumer<DisassociateLexBotRequest.Builder> disassociateLexBotRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.Builder.botName(String botName)
The name of the Amazon Lex bot.
|
static DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.builder() |
DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.Builder.lexRegion(String lexRegion)
The Amazon Web Services Region in which the Amazon Lex bot has been created.
|
DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateLexBotRequest.Builder |
DisassociateLexBotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateLexBotRequest.Builder> |
DisassociateLexBotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.