Class FunctionCallingPerformedAction.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiagentruntime.model.FunctionCallingPerformedAction.Builder
 
- 
- Enclosing class:
- FunctionCallingPerformedAction
 
 public static class FunctionCallingPerformedAction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionCallingPerformedAction.BuilderactionId(String actionId)FunctionCallingPerformedActionbuild()FunctionCallingPerformedAction.Buildercopy(FunctionCallingPerformedAction model)FunctionCallingPerformedAction.BuilderfunctionCallOutput(String functionCallOutput)The result or output of the function call.
 
- 
- 
- 
Method Detail- 
actionIdpublic FunctionCallingPerformedAction.Builder actionId(String actionId) 
 - 
functionCallOutputpublic FunctionCallingPerformedAction.Builder functionCallOutput(String functionCallOutput) The result or output of the function call.- Parameters:
- functionCallOutput- the value to set
- Returns:
- this builder
 
 - 
buildpublic FunctionCallingPerformedAction build() 
 - 
copypublic FunctionCallingPerformedAction.Builder copy(FunctionCallingPerformedAction model) 
 
- 
 
-