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.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return Paragraph.Builder Modifier and Type Method Description static Paragraph.Builder
Paragraph. builder()
Create a new builder.Paragraph.Builder
Paragraph.Builder. copy(Paragraph model)
Paragraph.Builder
Paragraph.Builder. end(Integer end)
Where the text with a citation ends in the generated message.Paragraph.Builder
Paragraph.Builder. start(Integer start)
Where the text with a citation starts in the generated message.Paragraph.Builder
Paragraph.Builder. text(String text)
The part of the generated message that contains a citation.Paragraph.Builder
Paragraph. toBuilder()
-