WorkflowActionOutputItem Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 of the action (e.g., 'in_progress', 'completed', 'failed', 'cancelled').
- id
- String
Exceptions
kind, actionId or id is null.