Share via


ResponseTextFormatConfiguration Constructors

Definition

Overloads

ResponseTextFormatConfiguration()

Source:
ResponseTextFormatConfiguration.cs

Initializes a new instance of ResponseTextFormatConfiguration.

protected ResponseTextFormatConfiguration();
Protected Sub New ()

Applies to

ResponseTextFormatConfiguration(ResponseTextFormatConfigurationType, IDictionary<String,BinaryData>)

Source:
ResponseTextFormatConfiguration.cs

Initializes a new instance of ResponseTextFormatConfiguration.

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

Parameters

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to