Uses of Class
software.amazon.awssdk.services.qapps.model.StartQAppSessionRequest
-
Packages that use StartQAppSessionRequest Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.software.amazon.awssdk.services.qapps.transform -
-
Uses of StartQAppSessionRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type StartQAppSessionRequest Modifier and Type Method Description default CompletableFuture<StartQAppSessionResponse>QAppsAsyncClient. startQAppSession(StartQAppSessionRequest startQAppSessionRequest)Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.default StartQAppSessionResponseQAppsClient. startQAppSession(StartQAppSessionRequest startQAppSessionRequest)Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run. -
Uses of StartQAppSessionRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type StartQAppSessionRequest Modifier and Type Method Description SdkHttpFullRequestStartQAppSessionRequestMarshaller. marshall(StartQAppSessionRequest startQAppSessionRequest)
-