Share via


ResponseTextFormatConfigurationText Constructors

Definition

Overloads

ResponseTextFormatConfigurationText()

Source:
ResponseTextFormatConfigurationText.cs

Initializes a new instance of ResponseTextFormatConfigurationText.

public ResponseTextFormatConfigurationText();
Public Sub New ()

Applies to

ResponseTextFormatConfigurationText(ResponseTextFormatConfigurationType, IDictionary<String,BinaryData>)

Source:
ResponseTextFormatConfigurationText.cs

Initializes a new instance of ResponseTextFormatConfigurationText.

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