Uses of Class
software.amazon.awssdk.services.wisdom.model.CreateSessionResponse
-
Packages that use CreateSessionResponse 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 CreateSessionResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return CreateSessionResponse Modifier and Type Method Description default CreateSessionResponseWisdomClient. createSession(Consumer<CreateSessionRequest.Builder> createSessionRequest)Creates a session.default CreateSessionResponseWisdomClient. createSession(CreateSessionRequest createSessionRequest)Creates a session.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type CreateSessionResponse Modifier and Type Method Description default CompletableFuture<CreateSessionResponse>WisdomAsyncClient. createSession(Consumer<CreateSessionRequest.Builder> createSessionRequest)Creates a session.default CompletableFuture<CreateSessionResponse>WisdomAsyncClient. createSession(CreateSessionRequest createSessionRequest)Creates a session.
-