Share via


AgentIdType Struct

Definition

The AgentIdType.

public readonly struct AgentIdType : IEquatable<Azure.AI.AgentServer.Contracts.Generated.Agents.AgentIdType>
type AgentIdType = struct
Public Structure AgentIdType
Implements IEquatable(Of AgentIdType)
Inheritance
AgentIdType
Implements

Constructors

Name Description
AgentIdType(String)

Initializes a new instance of AgentIdType.

Properties

Name Description
AgentId

agent_id.

Methods

Name Description
Equals(AgentIdType)

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

Determines if two AgentIdType values are the same.

Implicit(String to AgentIdType)

Converts a String to a AgentIdType.

Inequality(AgentIdType, AgentIdType)

Determines if two AgentIdType values are not the same.

Applies to