Uses of Interface
software.amazon.awssdk.services.connect.model.AssociateLexBotRequest.Builder
-
Packages that use AssociateLexBotRequest.Builder 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 -
-
Uses of AssociateLexBotRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type AssociateLexBotRequest.Builder Modifier and Type Method 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 AssociateLexBotResponseConnectClient. associateLexBot(Consumer<AssociateLexBotRequest.Builder> associateLexBotRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of AssociateLexBotRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AssociateLexBotRequest.Builder Modifier and Type Method Description static AssociateLexBotRequest.BuilderAssociateLexBotRequest. builder()AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.default AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. lexBot(Consumer<LexBot.Builder> lexBot)The Amazon Lex bot to associate with the instance.AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. lexBot(LexBot lexBot)The Amazon Lex bot to associate with the instance.AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateLexBotRequest.BuilderAssociateLexBotRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AssociateLexBotRequest.Builder Modifier and Type Method Description static Class<? extends AssociateLexBotRequest.Builder>AssociateLexBotRequest. serializableBuilderClass()
-