Freigeben über


TextResponseFormatConfigurationResponseFormatText Class

Definition

Text.

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

Constructors

Name Description
TextResponseFormatConfigurationResponseFormatText()

Initializes a new instance of TextResponseFormatConfigurationResponseFormatText.

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<TextResponseFormatConfigurationResponseFormatText>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TextResponseFormatConfigurationResponseFormatText>.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<TextResponseFormatConfigurationResponseFormatText>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatConfigurationResponseFormatText>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatConfigurationResponseFormatText>.Write(ModelReaderWriterOptions)

Applies to