ResponsesMessageItemParam Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ResponsesMessageItemParam() |
Initializes a new instance of ResponsesMessageItemParam. |
| ResponsesMessageItemParam(ItemType, IDictionary<String,BinaryData>, ResponsesMessageRole) |
Initializes a new instance of ResponsesMessageItemParam. |
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.