Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultContent
Packages that use RetrievalResultContent
-
Uses of RetrievalResultContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultContentModifier and TypeMethodDescriptionfinal RetrievalResultContentKnowledgeBaseRetrievalResult.content()Contains information about the content of the chunk.final RetrievalResultContentRetrievedReference.content()Contains the cited text from the data source.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultContentModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResult.Builder.content(RetrievalResultContent content) Contains information about the content of the chunk.RetrievedReference.Builder.content(RetrievalResultContent content) Contains the cited text from the data source.