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.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ParagraphCitation Modifier and Type Method Description ParagraphCitation
ParagraphCitation.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.Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ParagraphCitation Modifier and Type Method Description ParagraphCitation.Builder
ParagraphCitation.Builder. copy(ParagraphCitation model)
Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type ParagraphCitation Modifier and Type Method Description MessageContent.Builder
MessageContent.Builder. paragraphCitations(List<ParagraphCitation> paragraphCitations)
A list of citations used to generate the paragraphs of the agent message.
-