AgentReferenceType 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 AgentReferenceType.
public readonly struct AgentReferenceType : IEquatable<Azure.AI.AgentServer.Contracts.Generated.Agents.AgentReferenceType>
type AgentReferenceType = struct
Public Structure AgentReferenceType
Implements IEquatable(Of AgentReferenceType)
- Inheritance
-
AgentReferenceType
- Implements
Constructors
| Name | Description |
|---|---|
| AgentReferenceType(String) |
Initializes a new instance of AgentReferenceType. |
Properties
| Name | Description |
|---|---|
| AgentReference |
agent_reference. |
Methods
| Name | Description |
|---|---|
| Equals(AgentReferenceType) |
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(AgentReferenceType, AgentReferenceType) |
Determines if two AgentReferenceType values are the same. |
| Implicit(String to AgentReferenceType) |
Converts a String to a AgentReferenceType. |
| Inequality(AgentReferenceType, AgentReferenceType) |
Determines if two AgentReferenceType values are not the same. |