Share via


UnknownMemoryItem Class

Definition

Unknown version of MemoryItem.

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

Constructors

Name Description
UnknownMemoryItem()

Initializes a new instance of UnknownMemoryItem for deserialization.

UnknownMemoryItem(String, DateTimeOffset, String, String, MemoryItemKind, IDictionary<String,BinaryData>)

Initializes a new instance of UnknownMemoryItem.

Properties

Name Description
Content

The content of the memory.

(Inherited from MemoryItem)
Kind

The kind of the memory item.

(Inherited from MemoryItem)
MemoryId

The unique ID of the memory item.

(Inherited from MemoryItem)
Scope

The namespace that logically groups and isolates memories, such as a user ID.

(Inherited from MemoryItem)
UpdatedAt

The last update time of the memory item.

(Inherited from MemoryItem)

Methods

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

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

IJsonModel<MemoryItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MemoryItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MemoryItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MemoryItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to