static SourceAttribution.Builder |
SourceAttribution.builder() |
|
SourceAttribution.Builder |
SourceAttribution.Builder.citationNumber(Integer citationNumber) |
The number attached to a citation in an Amazon Q generated response.
|
SourceAttribution.Builder |
SourceAttribution.Builder.snippet(String snippet) |
The content extract from the document on which the generated response is based.
|
SourceAttribution.Builder |
SourceAttribution.Builder.textMessageSegments(Collection<TextSegment> textMessageSegments) |
A text extract from a source document that is used for source attribution.
|
SourceAttribution.Builder |
SourceAttribution.Builder.textMessageSegments(Consumer<TextSegment.Builder>... textMessageSegments) |
A text extract from a source document that is used for source attribution.
|
SourceAttribution.Builder |
SourceAttribution.Builder.textMessageSegments(TextSegment... textMessageSegments) |
A text extract from a source document that is used for source attribution.
|
SourceAttribution.Builder |
SourceAttribution.Builder.title(String title) |
The title of the document which is the source for the Amazon Q generated response.
|
SourceAttribution.Builder |
SourceAttribution.toBuilder() |
|
SourceAttribution.Builder |
SourceAttribution.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp when the Amazon Q application was last updated.
|
SourceAttribution.Builder |
SourceAttribution.Builder.url(String url) |
The URL of the document which is the source for the Amazon Q generated response.
|