Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.GetSessionResponse
-
Packages that use GetSessionResponse Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations. -
-
Uses of GetSessionResponse in software.amazon.awssdk.services.lexruntimev2
Methods in software.amazon.awssdk.services.lexruntimev2 that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseLexRuntimeV2Client. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user.default GetSessionResponseLexRuntimeV2Client. getSession(GetSessionRequest getSessionRequest)Returns session information for a specified bot, alias, and user.Methods in software.amazon.awssdk.services.lexruntimev2 that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>LexRuntimeV2AsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user.default CompletableFuture<GetSessionResponse>LexRuntimeV2AsyncClient. getSession(GetSessionRequest getSessionRequest)Returns session information for a specified bot, alias, and user.
-