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

CreatedBy Constructors

Definition

Overloads

Name Description
CreatedBy()

Initializes a new instance of CreatedBy.

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

Initializes a new instance of CreatedBy.

CreatedBy()

Source:
CreatedBy.cs

Initializes a new instance of CreatedBy.

public CreatedBy();
Public Sub New ()

Applies to

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

Source:
CreatedBy.cs

Initializes a new instance of CreatedBy.

public CreatedBy(Azure.AI.AgentServer.Contracts.Generated.Agents.AgentId agent, string responseId, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.CreatedBy : Azure.AI.AgentServer.Contracts.Generated.Agents.AgentId * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.CreatedBy
Public Sub New (agent As AgentId, responseId As String, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

agent
AgentId

The agent that created the item.

responseId
String

The response on which the item is created.

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to