Show / Hide Table of Contents

Class PerformedAction

The base structure for an action that has already been performed.

Inheritance
object
PerformedAction
FunctionCallingPerformedAction
HumanApprovalPerformedAction
Inherited Members
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
[JsonConverter(typeof(PerformedActionModelConverter))]
public class PerformedAction

Properties

ActionId

Declaration
[Required(ErrorMessage = "ActionId is required.")]
[JsonProperty(PropertyName = "actionId")]
public string ActionId { get; set; }
Property Value
Type Description
string

The unique identifier for the action that has been performed.

Remarks

Required

In this article
Back to top