Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ParagraphCitation
- 
Packages that use ParagraphCitation Package Description com.oracle.bmc.generativeaiagentruntime.model 
- 
- 
Uses of ParagraphCitation in com.oracle.bmc.generativeaiagentruntime.modelMethods in com.oracle.bmc.generativeaiagentruntime.model that return ParagraphCitation Modifier and Type Method Description ParagraphCitationParagraphCitation.Builder. build()Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type ParagraphCitation Modifier and Type Method Description List<ParagraphCitation>MessageContent. getParagraphCitations()A list of citations used to generate the paragraphs of the agent message.List<ParagraphCitation>RagToolOutput. getParagraphCitations()A list of citations used to generate the paragraphs of the tool’s generated answer.Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ParagraphCitation Modifier and Type Method Description ParagraphCitation.BuilderParagraphCitation.Builder. copy(ParagraphCitation model)Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type ParagraphCitation Modifier and Type Method Description MessageContent.BuilderMessageContent.Builder. paragraphCitations(List<ParagraphCitation> paragraphCitations)A list of citations used to generate the paragraphs of the agent message.RagToolOutput.BuilderRagToolOutput.Builder. paragraphCitations(List<ParagraphCitation> paragraphCitations)A list of citations used to generate the paragraphs of the tool’s generated answer.
 
-