ProjectsAgentProtocol 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.
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. |