Class HumanApprovalPerformedAction
An action describing user approval to the agent.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class HumanApprovalPerformedAction : PerformedActionProperties
ChosenOption
Declaration
[Required(ErrorMessage = "ChosenOption is required.")]
[JsonProperty(PropertyName = "chosenOption")]
[JsonConverter(typeof(StringEnumConverter))]
public HumanApprovalPerformedAction.ChosenOptionEnum? ChosenOption { get; set; }Property Value
| Type | Description | 
|---|---|
| HumanApprovalPerformedAction.ChosenOptionEnum? | The chosen approval or denial option to the agent. | 
Remarks
Required