| 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<AssociateLexBotResponse> |
ConnectAsyncClient.associateLexBot(Consumer<AssociateLexBotRequest.Builder> associateLexBotRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default AssociateLexBotResponse |
ConnectClient.associateLexBot(Consumer<AssociateLexBotRequest.Builder> associateLexBotRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateLexBotRequest.Builder |
AssociateLexBotRequest.builder() |
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
default AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.lexBot(Consumer<LexBot.Builder> lexBot)
The Amazon Lex box to associate with the instance.
|
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.lexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
|
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateLexBotRequest.Builder> |
AssociateLexBotRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.