你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentCommunicationMethod Struct

Definition

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.

Applies to