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