Uses of Class
software.amazon.awssdk.services.qapps.model.PredictQAppResponse
-
Packages that use PredictQAppResponse 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 PredictQAppResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return PredictQAppResponse Modifier and Type Method Description default PredictQAppResponseQAppsClient. predictQApp(Consumer<PredictQAppRequest.Builder> predictQAppRequest)Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to callCreateQApp.default PredictQAppResponseQAppsClient. predictQApp(PredictQAppRequest predictQAppRequest)Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to callCreateQApp.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type PredictQAppResponse Modifier and Type Method Description default CompletableFuture<PredictQAppResponse>QAppsAsyncClient. predictQApp(Consumer<PredictQAppRequest.Builder> predictQAppRequest)Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to callCreateQApp.default CompletableFuture<PredictQAppResponse>QAppsAsyncClient. predictQApp(PredictQAppRequest predictQAppRequest)Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to callCreateQApp.
-