| 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 |
|---|---|
Future<StartQAppSessionResult> |
AbstractAWSQAppsAsync.startQAppSessionAsync(StartQAppSessionRequest request,
AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler) |
Future<StartQAppSessionResult> |
AWSQAppsAsync.startQAppSessionAsync(StartQAppSessionRequest startQAppSessionRequest,
AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler)
Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.
|
Future<StartQAppSessionResult> |
AWSQAppsAsyncClient.startQAppSessionAsync(StartQAppSessionRequest request,
AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartQAppSessionRequest |
StartQAppSessionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartQAppSessionRequest |
StartQAppSessionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartQAppSessionRequest |
StartQAppSessionRequest.clone() |
StartQAppSessionRequest |
StartQAppSessionRequest.withAppId(String appId)
The unique identifier of the Q App to start a session for.
|
StartQAppSessionRequest |
StartQAppSessionRequest.withAppVersion(Integer appVersion)
The version of the Q App to use for the session.
|
StartQAppSessionRequest |
StartQAppSessionRequest.withInitialValues(CardValue... initialValues)
Optional initial input values to provide for the Q App session.
|
StartQAppSessionRequest |
StartQAppSessionRequest.withInitialValues(Collection<CardValue> initialValues)
Optional initial input values to provide for the Q App session.
|
StartQAppSessionRequest |
StartQAppSessionRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
StartQAppSessionRequest |
StartQAppSessionRequest.withTags(Map<String,String> tags)
Optional tags to associate with the new Q App session.
|
Copyright © 2025. All rights reserved.