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