Uses of Class
software.amazon.awssdk.services.qapps.model.ExportQAppSessionDataResponse
-
Packages that use ExportQAppSessionDataResponse 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 ExportQAppSessionDataResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return ExportQAppSessionDataResponse Modifier and Type Method Description default ExportQAppSessionDataResponseQAppsClient. exportQAppSessionData(Consumer<ExportQAppSessionDataRequest.Builder> exportQAppSessionDataRequest)Exports the collected data of a Q App data collection session.default ExportQAppSessionDataResponseQAppsClient. exportQAppSessionData(ExportQAppSessionDataRequest exportQAppSessionDataRequest)Exports the collected data of a Q App data collection session.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type ExportQAppSessionDataResponse Modifier and Type Method Description default CompletableFuture<ExportQAppSessionDataResponse>QAppsAsyncClient. exportQAppSessionData(Consumer<ExportQAppSessionDataRequest.Builder> exportQAppSessionDataRequest)Exports the collected data of a Q App data collection session.default CompletableFuture<ExportQAppSessionDataResponse>QAppsAsyncClient. exportQAppSessionData(ExportQAppSessionDataRequest exportQAppSessionDataRequest)Exports the collected data of a Q App data collection session.
-