Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.RequiredAction
-
Packages that use RequiredAction Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of RequiredAction in com.oracle.bmc.generativeaiagentruntime.model
Subclasses of RequiredAction in com.oracle.bmc.generativeaiagentruntime.model Modifier and Type Class Description class
FunctionCallingRequiredAction
Represents an action for submitting function call outputs.Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type RequiredAction Modifier and Type Method Description List<RequiredAction>
ChatResult. getRequiredActions()
A list of actions the agent requires the user or agent client to perform.Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type RequiredAction Modifier and Type Method Description ChatResult.Builder
ChatResult.Builder. requiredActions(List<RequiredAction> requiredActions)
A list of actions the agent requires the user or agent client to perform.
-