Share via


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