Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
HumanApprovalPerformedAction.Builder |
HumanApprovalPerformedAction.Builder.chosenOption(HumanApprovalPerformedAction.ChosenOption chosenOption)
The chosen approval or denial option to the agent.
|
Constructor and Description |
---|
HumanApprovalPerformedAction(String actionId,
HumanApprovalPerformedAction.ChosenOption chosenOption)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.