Condividi tramite


ProjectsAgentProtocol Struct

Definition

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

Constructors

Name Description
ProjectsAgentProtocol(String)

Initializes a new instance of ProjectsAgentProtocol.

Properties

Name Description
ActivityProtocol

Gets the ActivityProtocol.

Responses

Gets the Responses.

Methods

Name Description
Equals(ProjectsAgentProtocol)

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

Determines if two ProjectsAgentProtocol values are the same.

Implicit(String to Nullable<ProjectsAgentProtocol>)
Implicit(String to ProjectsAgentProtocol)

Converts a string to a ProjectsAgentProtocol.

Inequality(ProjectsAgentProtocol, ProjectsAgentProtocol)

Determines if two ProjectsAgentProtocol values are not the same.

Applies to