| 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 |
|---|---|
ListConversationsResult |
AWSQBusinessClient.listConversations(ListConversationsRequest request)
Lists one or more Amazon Q Business conversations.
|
ListConversationsResult |
AbstractAWSQBusiness.listConversations(ListConversationsRequest request) |
ListConversationsResult |
AWSQBusiness.listConversations(ListConversationsRequest listConversationsRequest)
Lists one or more Amazon Q Business conversations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListConversationsResult> |
AWSQBusinessAsyncClient.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> |
AbstractAWSQBusinessAsync.listConversationsAsync(ListConversationsRequest request,
AsyncHandler<ListConversationsRequest,ListConversationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConversationsResult |
ListConversationsResult.clone() |
ListConversationsResult |
ListConversationsResult.withConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
ListConversationsResult |
ListConversationsResult.withConversations(Conversation... conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
ListConversationsResult |
ListConversationsResult.withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
Copyright © 2025. All rights reserved.