AgentWorkflowActionResponseItem 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 AgentWorkflowActionResponseItem.
public class AgentWorkflowActionResponseItem : Azure.AI.Projects.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AgentWorkflowActionResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AgentWorkflowActionResponseItem>
type AgentWorkflowActionResponseItem = class
inherit AgentResponseItem
interface IJsonModel<AgentWorkflowActionResponseItem>
interface IPersistableModel<AgentWorkflowActionResponseItem>
Public Class AgentWorkflowActionResponseItem
Inherits AgentResponseItem
Implements IJsonModel(Of AgentWorkflowActionResponseItem), IPersistableModel(Of AgentWorkflowActionResponseItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ActionId |
Unique identifier for the action. |
| CreatedBy |
The information about the creator of the item. (Inherited from AgentResponseItem) |
| Id |
Gets the Id. (Inherited from AgentResponseItem) |
| 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 | |