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

AgentId Class

Definition

The AgentId.

public class AgentId : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.Agents.AgentId>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.Agents.AgentId>
type AgentId = class
    interface IUtf8JsonSerializable
    interface IJsonModel<AgentId>
    interface IPersistableModel<AgentId>
Public Class AgentId
Implements IJsonModel(Of AgentId), IPersistableModel(Of AgentId), IUtf8JsonSerializable
Inheritance
AgentId
Implements

Constructors

Name Description
AgentId()

Initializes a new instance of AgentId for deserialization.

AgentId(AgentIdType, String, String, IDictionary<String,BinaryData>)

Initializes a new instance of AgentId.

AgentId(String, String)

Initializes a new instance of AgentId.

Properties

Name Description
Name

The name of the agent.

Type

Gets the type.

Version

The version identifier of the agent.

Methods

Name Description
DeserializeAgentId(JsonElement, ModelReaderWriterOptions)
FromResponse(Response)

Deserializes the model from a raw response.

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToRequestContent()

Convert into a RequestContent.

Explicit Interface Implementations

Name Description
IJsonModel<AgentId>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AgentId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentId>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AgentId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to