Uses of Class
software.amazon.awssdk.services.wisdom.model.CreateAssistantAssociationResponse
-
Packages that use CreateAssistantAssociationResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of CreateAssistantAssociationResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return CreateAssistantAssociationResponse Modifier and Type Method Description default CreateAssistantAssociationResponseWisdomClient. createAssistantAssociation(Consumer<CreateAssistantAssociationRequest.Builder> createAssistantAssociationRequest)Creates an association between an Amazon Connect Wisdom assistant and another resource.default CreateAssistantAssociationResponseWisdomClient. createAssistantAssociation(CreateAssistantAssociationRequest createAssistantAssociationRequest)Creates an association between an Amazon Connect Wisdom assistant and another resource.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type CreateAssistantAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateAssistantAssociationResponse>WisdomAsyncClient. createAssistantAssociation(Consumer<CreateAssistantAssociationRequest.Builder> createAssistantAssociationRequest)Creates an association between an Amazon Connect Wisdom assistant and another resource.default CompletableFuture<CreateAssistantAssociationResponse>WisdomAsyncClient. createAssistantAssociation(CreateAssistantAssociationRequest createAssistantAssociationRequest)Creates an association between an Amazon Connect Wisdom assistant and another resource.
-