Поделиться через


MessageDeltaTextUriCitationDetails Class

Definition

A representation of a URL citation, as used in text thread message content.

public class MessageDeltaTextUriCitationDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.MessageDeltaTextUriCitationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.MessageDeltaTextUriCitationDetails>
type MessageDeltaTextUriCitationDetails = class
    interface IJsonModel<MessageDeltaTextUriCitationDetails>
    interface IPersistableModel<MessageDeltaTextUriCitationDetails>
Public Class MessageDeltaTextUriCitationDetails
Implements IJsonModel(Of MessageDeltaTextUriCitationDetails), IPersistableModel(Of MessageDeltaTextUriCitationDetails)
Inheritance
MessageDeltaTextUriCitationDetails
Implements

Properties

Title

The title of the URL.

Uri

The URL associated with this citation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MessageDeltaTextUriCitationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MessageDeltaTextUriCitationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MessageDeltaTextUriCitationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MessageDeltaTextUriCitationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MessageDeltaTextUriCitationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to