AgentWorkflowActionStatus Struct
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.
public readonly struct AgentWorkflowActionStatus : IEquatable<Azure.AI.Projects.OpenAI.AgentWorkflowActionStatus>
type AgentWorkflowActionStatus = struct
Public Structure AgentWorkflowActionStatus
Implements IEquatable(Of AgentWorkflowActionStatus)
- Inheritance
-
AgentWorkflowActionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| AgentWorkflowActionStatus(String) |
Initializes a new instance of AgentWorkflowActionStatus. |
Properties
| Name | Description |
|---|---|
| Cancelled |
Gets the Cancelled. |
| Completed |
Gets the Completed. |
| Failed |
Gets the Failed. |
| InProgress |
Gets the InProgress. |
Methods
| Name | Description |
|---|---|
| Equals(AgentWorkflowActionStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AgentWorkflowActionStatus, AgentWorkflowActionStatus) |
Determines if two AgentWorkflowActionStatus values are the same. |
| Implicit(String to AgentWorkflowActionStatus) |
Converts a string to a AgentWorkflowActionStatus. |
| Implicit(String to Nullable<AgentWorkflowActionStatus>) | |
| Inequality(AgentWorkflowActionStatus, AgentWorkflowActionStatus) |
Determines if two AgentWorkflowActionStatus values are not the same. |