AgentEndpointProtocol Struct

Definition

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

Constructors

Name Description
AgentEndpointProtocol(String)

Initializes a new instance of AgentEndpointProtocol.

Properties

Name Description
A2a

Gets the A2a.

Activity

Gets the Activity.

Invocations

Gets the Invocations.

Responses

Gets the Responses.

Methods

Name Description
Equals(AgentEndpointProtocol)

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

Determines if two AgentEndpointProtocol values are the same.

Implicit(String to AgentEndpointProtocol)

Converts a string to a AgentEndpointProtocol.

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

Determines if two AgentEndpointProtocol values are not the same.

Applies to