Share via


WorkflowActionOutputItemResource Class

Definition

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
WorkflowActionOutputItemResource
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.

Explicit Interface Implementations

Name Description
IJsonModel<ItemResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ItemResource)
IJsonModel<ItemResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ItemResource)
IJsonModel<WorkflowActionOutputItemResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WorkflowActionOutputItemResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ItemResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ItemResource)
IPersistableModel<ItemResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ItemResource)
IPersistableModel<ItemResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ItemResource)
IPersistableModel<WorkflowActionOutputItemResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkflowActionOutputItemResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WorkflowActionOutputItemResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to