Uses of Class
software.amazon.awssdk.services.wisdom.model.GetAssistantResponse
-
Packages that use GetAssistantResponse 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 GetAssistantResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetAssistantResponse Modifier and Type Method Description default GetAssistantResponseWisdomClient. getAssistant(Consumer<GetAssistantRequest.Builder> getAssistantRequest)Retrieves information about an assistant.default GetAssistantResponseWisdomClient. getAssistant(GetAssistantRequest getAssistantRequest)Retrieves information about an assistant.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetAssistantResponse Modifier and Type Method Description default CompletableFuture<GetAssistantResponse>WisdomAsyncClient. getAssistant(Consumer<GetAssistantRequest.Builder> getAssistantRequest)Retrieves information about an assistant.default CompletableFuture<GetAssistantResponse>WisdomAsyncClient. getAssistant(GetAssistantRequest getAssistantRequest)Retrieves information about an assistant.
-