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

ResponsesMessageItemParam Constructors

Definition

Overloads

ResponsesMessageItemParam()

Source:
ResponsesMessageItemParam.cs

Initializes a new instance of ResponsesMessageItemParam.

public ResponsesMessageItemParam();
Public Sub New ()

Applies to

ResponsesMessageItemParam(ItemType, IDictionary<String,BinaryData>, ResponsesMessageRole)

Source:
ResponsesMessageItemParam.cs

Initializes a new instance of ResponsesMessageItemParam.

public ResponsesMessageItemParam(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponsesMessageRole role);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponsesMessageItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType * System.Collections.Generic.IDictionary<string, BinaryData> * Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponsesMessageRole -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponsesMessageItemParam
Public Sub New (type As ItemType, serializedAdditionalRawData As IDictionary(Of String, BinaryData), role As ResponsesMessageRole)

Parameters

type
ItemType
serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

role
ResponsesMessageRole

The role associated with the message.

Applies to