ResponseTextFormatConfigurationText Class
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.
The ResponseTextFormatConfigurationText.
public class ResponseTextFormatConfigurationText : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseTextFormatConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseTextFormatConfigurationText>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseTextFormatConfigurationText>
type ResponseTextFormatConfigurationText = class
inherit ResponseTextFormatConfiguration
interface IUtf8JsonSerializable
interface IJsonModel<ResponseTextFormatConfigurationText>
interface IPersistableModel<ResponseTextFormatConfigurationText>
Public Class ResponseTextFormatConfigurationText
Inherits ResponseTextFormatConfiguration
Implements IJsonModel(Of ResponseTextFormatConfigurationText), IPersistableModel(Of ResponseTextFormatConfigurationText)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponseTextFormatConfigurationText() |
Initializes a new instance of ResponseTextFormatConfigurationText. |
| ResponseTextFormatConfigurationText(ResponseTextFormatConfigurationType, IDictionary<String,BinaryData>) |
Initializes a new instance of ResponseTextFormatConfigurationText. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the type. (Inherited from ResponseTextFormatConfiguration) |
Methods
| Name | Description |
|---|---|
| DeserializeResponseTextFormatConfigurationText(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |