Share via


UnknownItemContent Constructors

Definition

Overloads

Name Description
UnknownItemContent()

Initializes a new instance of UnknownItemContent for deserialization.

UnknownItemContent(ItemContentType, IDictionary<String,BinaryData>)

Initializes a new instance of UnknownItemContent.

UnknownItemContent()

Source:
UnknownItemContent.cs

Initializes a new instance of UnknownItemContent for deserialization.

public UnknownItemContent();
Public Sub New ()

Applies to

UnknownItemContent(ItemContentType, IDictionary<String,BinaryData>)

Source:
UnknownItemContent.cs

Initializes a new instance of UnknownItemContent.

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

Parameters

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to