WorkflowActionOutputItem Constructor

Definition

Initializes a new instance of WorkflowActionOutputItem.

public WorkflowActionOutputItem(string kind, string actionId, Azure.AI.AgentServer.Responses.Models.WorkflowActionOutputItemStatus status, string id);
new Azure.AI.AgentServer.Responses.Models.WorkflowActionOutputItem : string * string * Azure.AI.AgentServer.Responses.Models.WorkflowActionOutputItemStatus * string -> Azure.AI.AgentServer.Responses.Models.WorkflowActionOutputItem
Public Sub New (kind As String, actionId As String, status As WorkflowActionOutputItemStatus, id As String)

Parameters

kind
String

The kind of CSDL action (e.g., 'SetVariable', 'InvokeAzureAgent').

actionId
String

Unique identifier for the action.

status
WorkflowActionOutputItemStatus

Status of the action (e.g., 'in_progress', 'completed', 'failed', 'cancelled').

id
String

Exceptions

kind, actionId or id is null.

Applies to