Uses of Class
software.amazon.awssdk.services.lexruntime.model.GetSessionResponse
-
Packages that use GetSessionResponse Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints. -
-
Uses of GetSessionResponse in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseLexRuntimeClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user ID.default GetSessionResponseLexRuntimeClient. getSession(GetSessionRequest getSessionRequest)Returns session information for a specified bot, alias, and user ID.Methods in software.amazon.awssdk.services.lexruntime that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>LexRuntimeAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user ID.default CompletableFuture<GetSessionResponse>LexRuntimeAsyncClient. getSession(GetSessionRequest getSessionRequest)Returns session information for a specified bot, alias, and user ID.
-