Class FunctionCall.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagentruntime.model.FunctionCall.Builder
-
- Enclosing class:
- FunctionCall
public static class FunctionCall.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionCall.Builder
arguments(String arguments)
Arguments for the function call as a JSON string.FunctionCall
build()
FunctionCall.Builder
copy(FunctionCall model)
FunctionCall.Builder
name(String name)
Name of the function to be executed.
-
-
-
Method Detail
-
name
public FunctionCall.Builder name(String name)
Name of the function to be executed.- Parameters:
name
- the value to set- Returns:
- this builder
-
arguments
public FunctionCall.Builder arguments(String arguments)
Arguments for the function call as a JSON string.- Parameters:
arguments
- the value to set- Returns:
- this builder
-
build
public FunctionCall build()
-
copy
public FunctionCall.Builder copy(FunctionCall model)
-
-