Share via


ItemContent Constructors

Definition

Overloads

Name Description
ItemContent()

Initializes a new instance of ItemContent.

ItemContent(ItemContentType, IDictionary<String,BinaryData>)

Initializes a new instance of ItemContent.

ItemContent()

Source:
ItemContent.cs

Initializes a new instance of ItemContent.

protected ItemContent();
Protected Sub New ()

Applies to

ItemContent(ItemContentType, IDictionary<String,BinaryData>)

Source:
ItemContent.cs

Initializes a new instance of ItemContent.

public ItemContent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContentType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContentType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContent
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