Class PerformedAction
The base structure for an action that has already been performed.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
[JsonConverter(typeof(PerformedActionModelConverter))]
public class PerformedActionProperties
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