Class Paragraph.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiagentruntime.model.Paragraph.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Paragraphbuild()Paragraph.Buildercopy(Paragraph model)Paragraph.Builderend(Integer end)Where the text with a citation ends in the generated message.Paragraph.Builderstart(Integer start)Where the text with a citation starts in the generated message.Paragraph.Buildertext(String text)The part of the generated message that contains a citation.
 
- 
- 
- 
Method Detail- 
textpublic Paragraph.Builder text(String text) The part of the generated message that contains a citation.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
startpublic 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
 
 - 
endpublic 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
 
 - 
buildpublic Paragraph build() 
 - 
copypublic Paragraph.Builder copy(Paragraph model) 
 
- 
 
-