Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.GetSessionRequest
-
Packages that use GetSessionRequest Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.software.amazon.awssdk.services.lexruntimev2.transform -
-
Uses of GetSessionRequest in software.amazon.awssdk.services.lexruntimev2
Methods in software.amazon.awssdk.services.lexruntimev2 with parameters of type GetSessionRequest Modifier and Type Method Description default CompletableFuture<GetSessionResponse>LexRuntimeV2AsyncClient. getSession(GetSessionRequest 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. -
Uses of GetSessionRequest in software.amazon.awssdk.services.lexruntimev2.transform
Methods in software.amazon.awssdk.services.lexruntimev2.transform with parameters of type GetSessionRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionRequestMarshaller. marshall(GetSessionRequest getSessionRequest)
-