Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Citation
-
Packages that use Citation Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of Citation in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return Citation Modifier and Type Method Description Citation
Citation.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type Citation Modifier and Type Method Description List<Citation>
MessageContent. getCitations()
Citations to data sources used for generating an agent’s message.List<Citation>
ParagraphCitation. getCitations()
A list of citations for the paragraph of the generated message.List<Citation>
RetrievalTrace. getCitations()
A list of citations retrieved from data sources.Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type Citation Modifier and Type Method Description Citation.Builder
Citation.Builder. copy(Citation model)
Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type Citation Modifier and Type Method Description MessageContent.Builder
MessageContent.Builder. citations(List<Citation> citations)
Citations to data sources used for generating an agent’s message.ParagraphCitation.Builder
ParagraphCitation.Builder. citations(List<Citation> citations)
A list of citations for the paragraph of the generated message.RetrievalTrace.Builder
RetrievalTrace.Builder. citations(List<Citation> citations)
A list of citations retrieved from data sources.Constructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type Citation Constructor Description MessageContent(String text, List<Citation> citations, List<ParagraphCitation> paragraphCitations)
Deprecated.ParagraphCitation(Paragraph paragraph, List<Citation> citations)
Deprecated.RetrievalTrace(Date timeCreated, String retrievalInput, List<Citation> citations)
Deprecated.
-