Class FunctionCallingPerformedAction.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagentruntime.model.FunctionCallingPerformedAction.Builder
-
- Enclosing class:
- FunctionCallingPerformedAction
public static class FunctionCallingPerformedAction.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionCallingPerformedAction.Builder
actionId(String actionId)
FunctionCallingPerformedAction
build()
FunctionCallingPerformedAction.Builder
copy(FunctionCallingPerformedAction model)
FunctionCallingPerformedAction.Builder
functionCallOutput(String functionCallOutput)
The result or output of the function call.
-
-
-
Method Detail
-
actionId
public FunctionCallingPerformedAction.Builder actionId(String actionId)
-
functionCallOutput
public FunctionCallingPerformedAction.Builder functionCallOutput(String functionCallOutput)
The result or output of the function call.- Parameters:
functionCallOutput
- the value to set- Returns:
- this builder
-
build
public FunctionCallingPerformedAction build()
-
copy
public FunctionCallingPerformedAction.Builder copy(FunctionCallingPerformedAction model)
-
-