Share via


ReasoningItemSummaryTextPart Class

Definition

The ReasoningItemSummaryTextPart.

public class ReasoningItemSummaryTextPart : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ReasoningItemSummaryPart, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ReasoningItemSummaryTextPart>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ReasoningItemSummaryTextPart>
type ReasoningItemSummaryTextPart = class
    inherit ReasoningItemSummaryPart
    interface IUtf8JsonSerializable
    interface IJsonModel<ReasoningItemSummaryTextPart>
    interface IPersistableModel<ReasoningItemSummaryTextPart>
Public Class ReasoningItemSummaryTextPart
Inherits ReasoningItemSummaryPart
Implements IJsonModel(Of ReasoningItemSummaryTextPart), IPersistableModel(Of ReasoningItemSummaryTextPart)
Inheritance
ReasoningItemSummaryTextPart
Implements

Constructors

Name Description
ReasoningItemSummaryTextPart()

Initializes a new instance of ReasoningItemSummaryTextPart for deserialization.

ReasoningItemSummaryTextPart(ReasoningItemSummaryPartType, IDictionary<String,BinaryData>, String)

Initializes a new instance of ReasoningItemSummaryTextPart.

ReasoningItemSummaryTextPart(String)

Initializes a new instance of ReasoningItemSummaryTextPart.

Properties

Name Description
Text

Gets or sets the text.

Type

Gets or sets the type.

(Inherited from ReasoningItemSummaryPart)

Methods

Name Description
DeserializeReasoningItemSummaryTextPart(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<ReasoningItemSummaryPart>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReasoningItemSummaryPart)
IJsonModel<ReasoningItemSummaryTextPart>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReasoningItemSummaryTextPart>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReasoningItemSummaryPart>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ReasoningItemSummaryPart)
IPersistableModel<ReasoningItemSummaryTextPart>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReasoningItemSummaryTextPart>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReasoningItemSummaryTextPart>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to