Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.HumanApprovalPerformedAction.ChosenOption
-
Packages that use HumanApprovalPerformedAction.ChosenOption Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of HumanApprovalPerformedAction.ChosenOption in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return HumanApprovalPerformedAction.ChosenOption Modifier and Type Method Description static HumanApprovalPerformedAction.ChosenOption
HumanApprovalPerformedAction.ChosenOption. create(String key)
HumanApprovalPerformedAction.ChosenOption
HumanApprovalPerformedAction. getChosenOption()
The chosen approval or denial option to the agent.static HumanApprovalPerformedAction.ChosenOption
HumanApprovalPerformedAction.ChosenOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static HumanApprovalPerformedAction.ChosenOption[]
HumanApprovalPerformedAction.ChosenOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type HumanApprovalPerformedAction.ChosenOption Modifier and Type Method Description HumanApprovalPerformedAction.Builder
HumanApprovalPerformedAction.Builder. chosenOption(HumanApprovalPerformedAction.ChosenOption chosenOption)
The chosen approval or denial option to the agent.Constructors in com.oracle.bmc.generativeaiagentruntime.model with parameters of type HumanApprovalPerformedAction.ChosenOption Constructor Description HumanApprovalPerformedAction(String actionId, HumanApprovalPerformedAction.ChosenOption chosenOption)
Deprecated.
-