AgentInsightOverviewSource 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.
Identifies where an Agent Insights overview came from.
public readonly struct AgentInsightOverviewSource : IEquatable<Azure.AI.Projects.AgentInsightOverviewSource>
type AgentInsightOverviewSource = struct
Public Structure AgentInsightOverviewSource
Implements IEquatable(Of AgentInsightOverviewSource)
- Inheritance
-
AgentInsightOverviewSource
- Implements
Constructors
| Name | Description |
|---|---|
| AgentInsightOverviewSource(String) |
Initializes a new instance of AgentInsightOverviewSource. |
Properties
| Name | Description |
|---|---|
| Generated |
The overview was generated by Agent Insights. |
| UserOverride |
The overview was provided by the user. |
Methods
| Name | Description |
|---|---|
| Equals(AgentInsightOverviewSource) |
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(AgentInsightOverviewSource, AgentInsightOverviewSource) |
Determines if two AgentInsightOverviewSource values are the same. |
| Implicit(String to AgentInsightOverviewSource) |
Converts a string to a AgentInsightOverviewSource. |
| Implicit(String to Nullable<AgentInsightOverviewSource>) | |
| Inequality(AgentInsightOverviewSource, AgentInsightOverviewSource) |
Determines if two AgentInsightOverviewSource values are not the same. |