| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
Conversation.clone() |
Conversation |
Conversation.withConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
|
Conversation |
Conversation.withStartTime(Date startTime)
The start time of the conversation.
|
Conversation |
Conversation.withTitle(String title)
The title of the conversation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Conversation> |
ListConversationsResult.getConversations()
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
| Modifier and Type | Method and Description |
|---|---|
ListConversationsResult |
ListConversationsResult.withConversations(Conversation... conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConversationsResult.setConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
ListConversationsResult |
ListConversationsResult.withConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
Copyright © 2024. All rights reserved.