Share via


InvokeAzureAgentWorkflowActionOutputItemResource Class

Definition

Details about an agent invocation as part of a workflow action.

public class InvokeAzureAgentWorkflowActionOutputItemResource : Azure.AI.AgentServer.Contracts.Generated.Agents.WorkflowAgents.WorkflowActionOutputItemResource, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.Agents.WorkflowAgents.InvokeAzureAgentWorkflowActionOutputItemResource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.Agents.WorkflowAgents.InvokeAzureAgentWorkflowActionOutputItemResource>
type InvokeAzureAgentWorkflowActionOutputItemResource = class
    inherit WorkflowActionOutputItemResource
    interface IUtf8JsonSerializable
    interface IJsonModel<InvokeAzureAgentWorkflowActionOutputItemResource>
    interface IPersistableModel<InvokeAzureAgentWorkflowActionOutputItemResource>
Public Class InvokeAzureAgentWorkflowActionOutputItemResource
Inherits WorkflowActionOutputItemResource
Implements IJsonModel(Of InvokeAzureAgentWorkflowActionOutputItemResource), IPersistableModel(Of InvokeAzureAgentWorkflowActionOutputItemResource)
Inheritance
InvokeAzureAgentWorkflowActionOutputItemResource
Implements

Constructors

Name Description
InvokeAzureAgentWorkflowActionOutputItemResource()

Initializes a new instance of InvokeAzureAgentWorkflowActionOutputItemResource for deserialization.

InvokeAzureAgentWorkflowActionOutputItemResource(ItemType, String, CreatedBy, IDictionary<String,BinaryData>, String, String, String, String, WorkflowActionOutputItemResourceStatus, AgentId, String, String)

Initializes a new instance of InvokeAzureAgentWorkflowActionOutputItemResource.

InvokeAzureAgentWorkflowActionOutputItemResource(String, String, WorkflowActionOutputItemResourceStatus, AgentId, String)

Initializes a new instance of InvokeAzureAgentWorkflowActionOutputItemResource.

Properties

Name Description
ActionId

Unique identifier for the action.

(Inherited from WorkflowActionOutputItemResource)
Agent

Agent id.

ConversationId

ID of the conversation for the agent invocation.

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').

(Inherited from WorkflowActionOutputItemResource)
ParentActionId

ID of the parent action if this is a nested action.

(Inherited from WorkflowActionOutputItemResource)
PreviousActionId

ID of the previous action if this action follows another.

(Inherited from WorkflowActionOutputItemResource)
ResponseId

The response id for the agent invocation.

Status

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

(Inherited from WorkflowActionOutputItemResource)
Type

Gets or sets the type.

(Inherited from ItemResource)

Methods

Name Description
DeserializeInvokeAzureAgentWorkflowActionOutputItemResource(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<InvokeAzureAgentWorkflowActionOutputItemResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InvokeAzureAgentWorkflowActionOutputItemResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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.

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

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<InvokeAzureAgentWorkflowActionOutputItemResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InvokeAzureAgentWorkflowActionOutputItemResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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.

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

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

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

Writes the model into a BinaryData.

(Inherited from WorkflowActionOutputItemResource)
IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to