Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Paragraph.Builder
- 
Packages that use Paragraph.Builder Package Description com.oracle.bmc.generativeaiagentruntime.model 
- 
- 
Uses of Paragraph.Builder in com.oracle.bmc.generativeaiagentruntime.modelMethods in com.oracle.bmc.generativeaiagentruntime.model that return Paragraph.Builder Modifier and Type Method Description static Paragraph.BuilderParagraph. builder()Create a new builder.Paragraph.BuilderParagraph.Builder. copy(Paragraph model)Paragraph.BuilderParagraph.Builder. end(Integer end)Where the text with a citation ends in the generated message.Paragraph.BuilderParagraph.Builder. start(Integer start)Where the text with a citation starts in the generated message.Paragraph.BuilderParagraph.Builder. text(String text)The part of the generated message that contains a citation.Paragraph.BuilderParagraph. toBuilder()
 
-