Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Paragraph
-
Packages that use Paragraph Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of Paragraph in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return Paragraph Modifier and Type Method Description Paragraph
Paragraph.Builder. build()
Paragraph
ParagraphCitation. getParagraph()
Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type Paragraph Modifier and Type Method Description Paragraph.Builder
Paragraph.Builder. copy(Paragraph model)
ParagraphCitation.Builder
ParagraphCitation.Builder. paragraph(Paragraph paragraph)
Constructors in com.oracle.bmc.generativeaiagentruntime.model with parameters of type Paragraph Constructor Description ParagraphCitation(Paragraph paragraph, List<Citation> citations)
Deprecated.
-