Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.FunctionCallingPerformedAction.Builder
-
Packages that use FunctionCallingPerformedAction.Builder Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of FunctionCallingPerformedAction.Builder in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return FunctionCallingPerformedAction.Builder Modifier and Type Method Description FunctionCallingPerformedAction.Builder
FunctionCallingPerformedAction.Builder. actionId(String actionId)
static FunctionCallingPerformedAction.Builder
FunctionCallingPerformedAction. builder()
Create a new builder.FunctionCallingPerformedAction.Builder
FunctionCallingPerformedAction.Builder. copy(FunctionCallingPerformedAction model)
FunctionCallingPerformedAction.Builder
FunctionCallingPerformedAction.Builder. functionCallOutput(String functionCallOutput)
The result or output of the function call.FunctionCallingPerformedAction.Builder
FunctionCallingPerformedAction. toBuilder()
-