| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListConversationsResult> |
AbstractAWSQBusinessAsync.listConversationsAsync(ListConversationsRequest request,
AsyncHandler<ListConversationsRequest,ListConversationsResult> asyncHandler) |
Future<ListConversationsResult> |
AWSQBusinessAsync.listConversationsAsync(ListConversationsRequest listConversationsRequest,
AsyncHandler<ListConversationsRequest,ListConversationsResult> asyncHandler)
Lists one or more Amazon Q Business conversations.
|
Future<ListConversationsResult> |
AWSQBusinessAsyncClient.listConversationsAsync(ListConversationsRequest request,
AsyncHandler<ListConversationsRequest,ListConversationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConversationsRequest |
ListConversationsRequest.clone() |
ListConversationsRequest |
ListConversationsRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
ListConversationsRequest |
ListConversationsRequest.withMaxResults(Integer maxResults)
The maximum number of Amazon Q Business conversations to return.
|
ListConversationsRequest |
ListConversationsRequest.withNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
ListConversationsRequest |
ListConversationsRequest.withUserId(String userId)
The identifier of the user involved in the Amazon Q Business web experience conversation.
|
Copyright © 2025. All rights reserved.