AgentCommunicationMethod 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 AgentCommunicationMethod : IEquatable<Azure.AI.Projects.OpenAI.AgentCommunicationMethod>
type AgentCommunicationMethod = struct
Public Structure AgentCommunicationMethod
Implements IEquatable(Of AgentCommunicationMethod)
- Inheritance
-
AgentCommunicationMethod
- Implements
Constructors
| Name | Description |
|---|---|
| AgentCommunicationMethod(String) |
Initializes a new instance of AgentCommunicationMethod. |
Properties
| Name | Description |
|---|---|
| ActivityProtocol |
Gets the ActivityProtocol. |
| Responses |
Gets the Responses. |
Methods
| Name | Description |
|---|---|
| Equals(AgentCommunicationMethod) |
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(AgentCommunicationMethod, AgentCommunicationMethod) |
Determines if two AgentCommunicationMethod values are the same. |
| Implicit(String to AgentCommunicationMethod) |
Converts a string to a AgentCommunicationMethod. |
| Implicit(String to Nullable<AgentCommunicationMethod>) | |
| Inequality(AgentCommunicationMethod, AgentCommunicationMethod) |
Determines if two AgentCommunicationMethod values are not the same. |