ResponsesCustomTextFormatParam Class

Definition

Text format.

public class ResponsesCustomTextFormatParam : Azure.AI.Extensions.OpenAI.ResponsesCustomToolParamFormat, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesCustomTextFormatParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesCustomTextFormatParam>
type ResponsesCustomTextFormatParam = class
    inherit ResponsesCustomToolParamFormat
    interface IJsonModel<ResponsesCustomTextFormatParam>
    interface IPersistableModel<ResponsesCustomTextFormatParam>
Public Class ResponsesCustomTextFormatParam
Inherits ResponsesCustomToolParamFormat
Implements IJsonModel(Of ResponsesCustomTextFormatParam), IPersistableModel(Of ResponsesCustomTextFormatParam)
Inheritance
ResponsesCustomTextFormatParam
Implements

Constructors

Name Description
ResponsesCustomTextFormatParam()

Initializes a new instance of ResponsesCustomTextFormatParam.

Methods

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

Explicit Interface Implementations

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

Applies to