Uses of Class
software.amazon.awssdk.services.qapps.model.StartQAppSessionResponse
-
Packages that use StartQAppSessionResponse 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. -
-
Uses of StartQAppSessionResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return StartQAppSessionResponse Modifier and Type Method Description default StartQAppSessionResponseQAppsClient. startQAppSession(Consumer<StartQAppSessionRequest.Builder> 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.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type StartQAppSessionResponse Modifier and Type Method Description default CompletableFuture<StartQAppSessionResponse>QAppsAsyncClient. startQAppSession(Consumer<StartQAppSessionRequest.Builder> startQAppSessionRequest)Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.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.
-