Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationSourceContent
Packages that use CitationSourceContent
-
Uses of CitationSourceContent in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationSourceContentModifier and TypeMethodDescriptionstatic CitationSourceContentCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationSourceContentModifier and TypeMethodDescriptionfinal List<CitationSourceContent>Citation.sourceContent()The specific content from the source document that was referenced or cited in the generated response.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CitationSourceContentModifier and TypeMethodDescriptionCitation.Builder.sourceContent(CitationSourceContent... sourceContent) The specific content from the source document that was referenced or cited in the generated response.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationSourceContentModifier and TypeMethodDescriptionCitation.Builder.sourceContent(Collection<CitationSourceContent> sourceContent) The specific content from the source document that was referenced or cited in the generated response.