Uses of Class
software.amazon.awssdk.services.lexruntime.model.GetSessionRequest
-
Packages that use GetSessionRequest Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints.software.amazon.awssdk.services.lexruntime.transform -
-
Uses of GetSessionRequest in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime with parameters of type GetSessionRequest Modifier and Type Method Description default CompletableFuture<GetSessionResponse>LexRuntimeAsyncClient. getSession(GetSessionRequest 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. -
Uses of GetSessionRequest in software.amazon.awssdk.services.lexruntime.transform
Methods in software.amazon.awssdk.services.lexruntime.transform with parameters of type GetSessionRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionRequestMarshaller. marshall(GetSessionRequest getSessionRequest)
-