WorkflowActionOutputItemResource Class
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.
The WorkflowActionOutputItemResource. Please note WorkflowActionOutputItemResource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include InvokeAzureAgentWorkflowActionOutputItemResource.
public class WorkflowActionOutputItemResource : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemResource, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.Agents.WorkflowAgents.WorkflowActionOutputItemResource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.Agents.WorkflowAgents.WorkflowActionOutputItemResource>
type WorkflowActionOutputItemResource = class
inherit ItemResource
interface IUtf8JsonSerializable
interface IJsonModel<WorkflowActionOutputItemResource>
interface IPersistableModel<WorkflowActionOutputItemResource>
Public Class WorkflowActionOutputItemResource
Inherits ItemResource
Implements IJsonModel(Of WorkflowActionOutputItemResource), IPersistableModel(Of WorkflowActionOutputItemResource)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| WorkflowActionOutputItemResource() |
Initializes a new instance of WorkflowActionOutputItemResource for deserialization. |
| WorkflowActionOutputItemResource(ItemType, String, CreatedBy, IDictionary<String,BinaryData>, String, String, String, String, WorkflowActionOutputItemResourceStatus) |
Initializes a new instance of WorkflowActionOutputItemResource. |
| WorkflowActionOutputItemResource(String, String, WorkflowActionOutputItemResourceStatus) |
Initializes a new instance of WorkflowActionOutputItemResource. |
Properties
| Name | Description |
|---|---|
| ActionId |
Unique identifier for the action. |
| CreatedBy |
The information about the creator of the item. (Inherited from ItemResource) |
| Id |
Gets the id. (Inherited from ItemResource) |
| Kind |
The kind of CSDL action (e.g., 'SetVariable', 'InvokeAzureAgent'). |
| ParentActionId |
ID of the parent action if this is a nested action. |
| PreviousActionId |
ID of the previous action if this action follows another. |
| Status |
Status of the action (e.g., 'in_progress', 'completed', 'failed', 'cancelled'). |
| Type |
Gets or sets the type. (Inherited from ItemResource) |
Methods
| Name | Description |
|---|---|
| DeserializeWorkflowActionOutputItemResource(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |