Share via


TextResponseFormatConfigurationResponseFormatJsonObject Class

Definition

JSON object.

public class TextResponseFormatConfigurationResponseFormatJsonObject : Azure.AI.AgentServer.Responses.Models.TextResponseFormatConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.TextResponseFormatConfigurationResponseFormatJsonObject>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.TextResponseFormatConfigurationResponseFormatJsonObject>
type TextResponseFormatConfigurationResponseFormatJsonObject = class
    inherit TextResponseFormatConfiguration
    interface IJsonModel<TextResponseFormatConfigurationResponseFormatJsonObject>
    interface IPersistableModel<TextResponseFormatConfigurationResponseFormatJsonObject>
Public Class TextResponseFormatConfigurationResponseFormatJsonObject
Inherits TextResponseFormatConfiguration
Implements IJsonModel(Of TextResponseFormatConfigurationResponseFormatJsonObject), IPersistableModel(Of TextResponseFormatConfigurationResponseFormatJsonObject)
Inheritance
TextResponseFormatConfigurationResponseFormatJsonObject
Implements

Constructors

Name Description
TextResponseFormatConfigurationResponseFormatJsonObject()

Initializes a new instance of TextResponseFormatConfigurationResponseFormatJsonObject.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<TextResponseFormatConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IJsonModel<TextResponseFormatConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IJsonModel<TextResponseFormatConfigurationResponseFormatJsonObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TextResponseFormatConfigurationResponseFormatJsonObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatConfiguration>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IPersistableModel<TextResponseFormatConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IPersistableModel<TextResponseFormatConfiguration>.Write(ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IPersistableModel<TextResponseFormatConfigurationResponseFormatJsonObject>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatConfigurationResponseFormatJsonObject>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatConfigurationResponseFormatJsonObject>.Write(ModelReaderWriterOptions)

Applies to