Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationSourceContentDelta
Packages that use CitationSourceContentDelta
-
Uses of CitationSourceContentDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationSourceContentDeltaModifier and TypeMethodDescriptionfinal List<CitationSourceContentDelta>CitationsDelta.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 CitationSourceContentDeltaModifier and TypeMethodDescriptionCitationsDelta.Builder.sourceContent(CitationSourceContentDelta... 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 CitationSourceContentDeltaModifier and TypeMethodDescriptionCitationsDelta.Builder.sourceContent(Collection<CitationSourceContentDelta> sourceContent) The specific content from the source document that was referenced or cited in the generated response.