Share via


ResponseTextFormatConfigurationJsonObject Class

Definition

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
ResponseTextFormatConfigurationJsonObject
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.

Explicit Interface Implementations

Name Description
IJsonModel<ResponseTextFormatConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ResponseTextFormatConfiguration)
IJsonModel<ResponseTextFormatConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResponseTextFormatConfiguration)
IJsonModel<ResponseTextFormatConfigurationJsonObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ResponseTextFormatConfigurationJsonObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResponseTextFormatConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResponseTextFormatConfiguration)
IPersistableModel<ResponseTextFormatConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ResponseTextFormatConfiguration)
IPersistableModel<ResponseTextFormatConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResponseTextFormatConfiguration)
IPersistableModel<ResponseTextFormatConfigurationJsonObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResponseTextFormatConfigurationJsonObject>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ResponseTextFormatConfigurationJsonObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to