Show / Hide Table of Contents

Class RequiredAction

Represents an action that needs to be performed by the user or client.

Inheritance
object
RequiredAction
FunctionCallingRequiredAction
HumanApprovalRequiredAction
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(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

In this article
Back to top