AgentInsightSeverity 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.
The severity of an agent insight.
public readonly struct AgentInsightSeverity : IEquatable<Azure.AI.Projects.AgentInsightSeverity>
type AgentInsightSeverity = struct
Public Structure AgentInsightSeverity
Implements IEquatable(Of AgentInsightSeverity)
- Inheritance
-
AgentInsightSeverity
- Implements
Constructors
| Name | Description |
|---|---|
| AgentInsightSeverity(String) |
Initializes a new instance of AgentInsightSeverity. |
Properties
| Name | Description |
|---|---|
| High |
The insight has high severity. |
| Low |
The insight has low severity. |
| Medium |
The insight has medium severity. |
Methods
| Name | Description |
|---|---|
| Equals(AgentInsightSeverity) |
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(AgentInsightSeverity, AgentInsightSeverity) |
Determines if two AgentInsightSeverity values are the same. |
| Implicit(String to AgentInsightSeverity) |
Converts a string to a AgentInsightSeverity. |
| Implicit(String to Nullable<AgentInsightSeverity>) | |
| Inequality(AgentInsightSeverity, AgentInsightSeverity) |
Determines if two AgentInsightSeverity values are not the same. |