Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.HumanApprovalRequiredAction.Options
-
Packages that use HumanApprovalRequiredAction.Options Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of HumanApprovalRequiredAction.Options in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return HumanApprovalRequiredAction.Options Modifier and Type Method Description static HumanApprovalRequiredAction.Options
HumanApprovalRequiredAction.Options. create(String key)
static HumanApprovalRequiredAction.Options
HumanApprovalRequiredAction.Options. valueOf(String name)
Returns the enum constant of this type with the specified name.static HumanApprovalRequiredAction.Options[]
HumanApprovalRequiredAction.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type HumanApprovalRequiredAction.Options Modifier and Type Method Description List<HumanApprovalRequiredAction.Options>
HumanApprovalRequiredAction. getOptions()
The options presented to the user approving and denying execution of the tool.Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type HumanApprovalRequiredAction.Options Modifier and Type Method Description HumanApprovalRequiredAction.Builder
HumanApprovalRequiredAction.Builder. options(List<HumanApprovalRequiredAction.Options> options)
The options presented to the user approving and denying execution of the tool.Constructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type HumanApprovalRequiredAction.Options Constructor Description HumanApprovalRequiredAction(String actionId, String message, List<HumanApprovalRequiredAction.Options> options)
Deprecated.
-