Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Citation
-
Packages that use Citation Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Citation in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Citation Modifier and Type Method Description CitationCitationEvent. citation()Deprecated.Citation is deprecated.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Citation Modifier and Type Method Description List<Citation>Attribution. citations()A list of citations and related information for a part of an agent response.List<Citation>RetrieveAndGenerateResponse. citations()A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Citation Modifier and Type Method Description CitationEvent.BuilderCitationEvent.Builder. citation(Citation citation)Deprecated.Citation is deprecated.CitationEvent.BuilderCitationEvent.BuilderImpl. citation(Citation citation)Deprecated.Attribution.BuilderAttribution.Builder. citations(Citation... citations)A list of citations and related information for a part of an agent response.RetrieveAndGenerateResponse.BuilderRetrieveAndGenerateResponse.Builder. citations(Citation... citations)A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Citation Modifier and Type Method Description Attribution.BuilderAttribution.Builder. citations(Collection<Citation> citations)A list of citations and related information for a part of an agent response.RetrieveAndGenerateResponse.BuilderRetrieveAndGenerateResponse.Builder. citations(Collection<Citation> citations)A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.
-