Show / Hide Table of Contents

Class HumanApprovalPerformedAction

An action describing user approval to the agent.

Inheritance
object
PerformedAction
HumanApprovalPerformedAction
Inherited Members
PerformedAction.ActionId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class HumanApprovalPerformedAction : PerformedAction

Properties

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

In this article
Back to top