Class Paragraph.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagentruntime.model.Paragraph.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paragraph
build()
Paragraph.Builder
copy(Paragraph model)
Paragraph.Builder
end(Integer end)
Where the text with a citation ends in the generated message.Paragraph.Builder
start(Integer start)
Where the text with a citation starts in the generated message.Paragraph.Builder
text(String text)
The part of the generated message that contains a citation.
-
-
-
Method Detail
-
text
public Paragraph.Builder text(String text)
The part of the generated message that contains a citation.- Parameters:
text
- the value to set- Returns:
- this builder
-
start
public Paragraph.Builder start(Integer start)
Where the text with a citation starts in the generated message.- Parameters:
start
- the value to set- Returns:
- this builder
-
end
public Paragraph.Builder end(Integer end)
Where the text with a citation ends in the generated message.- Parameters:
end
- the value to set- Returns:
- this builder
-
build
public Paragraph build()
-
copy
public Paragraph.Builder copy(Paragraph model)
-
-