Language

AgentInsightStatus Struct

Definition

The lifecycle status of an agent insight.

public readonly struct AgentInsightStatus : IEquatable<Azure.AI.Projects.AgentInsightStatus>
type AgentInsightStatus = struct
Public Structure AgentInsightStatus
Implements IEquatable(Of AgentInsightStatus)
Inheritance
AgentInsightStatus
Implements

Constructors

Name Description
AgentInsightStatus(String)

Initializes a new instance of AgentInsightStatus.

Properties

Name Description
Active

The insight is active and should be reviewed.

Ignored

The insight was ignored by the user.

Resolved

The insight was resolved by the user.

Methods

Name Description
Equals(AgentInsightStatus)

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(AgentInsightStatus, AgentInsightStatus)

Determines if two AgentInsightStatus values are the same.

Implicit(String to AgentInsightStatus)

Converts a string to a AgentInsightStatus.

Implicit(String to Nullable<AgentInsightStatus>)
Inequality(AgentInsightStatus, AgentInsightStatus)

Determines if two AgentInsightStatus values are not the same.

Applies to