Uses of Class
software.amazon.awssdk.services.wisdom.model.GetSessionResponse
-
Packages that use GetSessionResponse 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 GetSessionResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseWisdomClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Retrieves information for a specified session.default GetSessionResponseWisdomClient. getSession(GetSessionRequest getSessionRequest)Retrieves information for a specified session.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>WisdomAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Retrieves information for a specified session.default CompletableFuture<GetSessionResponse>WisdomAsyncClient. getSession(GetSessionRequest getSessionRequest)Retrieves information for a specified session.
-