| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
PredictQAppResult |
AbstractAWSQApps.predictQApp(PredictQAppRequest request) |
PredictQAppResult |
AWSQApps.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 call
CreateQApp. |
PredictQAppResult |
AWSQAppsClient.predictQApp(PredictQAppRequest request)
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 call
CreateQApp. |
Future<PredictQAppResult> |
AbstractAWSQAppsAsync.predictQAppAsync(PredictQAppRequest request) |
Future<PredictQAppResult> |
AWSQAppsAsync.predictQAppAsync(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 call
CreateQApp. |
Future<PredictQAppResult> |
AWSQAppsAsyncClient.predictQAppAsync(PredictQAppRequest request) |
Future<PredictQAppResult> |
AbstractAWSQAppsAsync.predictQAppAsync(PredictQAppRequest request,
AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler) |
Future<PredictQAppResult> |
AWSQAppsAsync.predictQAppAsync(PredictQAppRequest predictQAppRequest,
AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler)
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 call
CreateQApp. |
Future<PredictQAppResult> |
AWSQAppsAsyncClient.predictQAppAsync(PredictQAppRequest request,
AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PredictQAppResult> |
AbstractAWSQAppsAsync.predictQAppAsync(PredictQAppRequest request,
AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler) |
Future<PredictQAppResult> |
AWSQAppsAsync.predictQAppAsync(PredictQAppRequest predictQAppRequest,
AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler)
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 call
CreateQApp. |
Future<PredictQAppResult> |
AWSQAppsAsyncClient.predictQAppAsync(PredictQAppRequest request,
AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PredictQAppRequest |
PredictQAppRequest.clone() |
PredictQAppRequest |
PredictQAppRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
PredictQAppRequest |
PredictQAppRequest.withOptions(PredictQAppInputOptions options)
The input to generate the Q App definition from, either a conversation or problem statement.
|
Copyright © 2025. All rights reserved.