| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SourceAttribution |
SourceAttribution.clone() |
SourceAttribution |
SourceAttribution.withCitationNumber(Integer citationNumber)
The number attached to a citation in an Amazon Q Business generated response.
|
SourceAttribution |
SourceAttribution.withSnippet(String snippet)
The content extract from the document on which the generated response is based.
|
SourceAttribution |
SourceAttribution.withTextMessageSegments(Collection<TextSegment> textMessageSegments)
A text extract from a source document that is used for source attribution.
|
SourceAttribution |
SourceAttribution.withTextMessageSegments(TextSegment... textMessageSegments)
A text extract from a source document that is used for source attribution.
|
SourceAttribution |
SourceAttribution.withTitle(String title)
The title of the document which is the source for the Amazon Q Business generated response.
|
SourceAttribution |
SourceAttribution.withUpdatedAt(Date updatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
SourceAttribution |
SourceAttribution.withUrl(String url)
The URL of the document which is the source for the Amazon Q Business generated response.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceAttribution> |
Message.getSourceAttribution()
The source documents used to generate Amazon Q Business web experience message.
|
List<SourceAttribution> |
ChatSyncResult.getSourceAttributions()
The source documents used to generate the conversation response.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.withSourceAttribution(SourceAttribution... sourceAttribution)
The source documents used to generate Amazon Q Business web experience message.
|
ChatSyncResult |
ChatSyncResult.withSourceAttributions(SourceAttribution... sourceAttributions)
The source documents used to generate the conversation response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setSourceAttribution(Collection<SourceAttribution> sourceAttribution)
The source documents used to generate Amazon Q Business web experience message.
|
void |
ChatSyncResult.setSourceAttributions(Collection<SourceAttribution> sourceAttributions)
The source documents used to generate the conversation response.
|
Message |
Message.withSourceAttribution(Collection<SourceAttribution> sourceAttribution)
The source documents used to generate Amazon Q Business web experience message.
|
ChatSyncResult |
ChatSyncResult.withSourceAttributions(Collection<SourceAttribution> sourceAttributions)
The source documents used to generate the conversation response.
|
Copyright © 2024. All rights reserved.