Class RequiredAction
Represents an action that needs to be performed by the user or client.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
[JsonConverter(typeof(RequiredActionModelConverter))]
public class RequiredAction
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 to be performed. |
Remarks
Required