Share via


MemoryStoreSearchResponse Class

Definition

Memory search response.

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

Constructors

Name Description
MemoryStoreSearchResponse()

Initializes a new instance of MemoryStoreSearchResponse for deserialization.

MemoryStoreSearchResponse(String, IEnumerable<MemorySearchItem>, MemoryStoreOperationUsage)

Initializes a new instance of MemoryStoreSearchResponse.

MemoryStoreSearchResponse(String, IReadOnlyList<MemorySearchItem>, MemoryStoreOperationUsage, IDictionary<String,BinaryData>)

Initializes a new instance of MemoryStoreSearchResponse.

Properties

Name Description
Memories

Related memory items found during the search operation.

SearchId

The unique ID of this search request. Use this value as previous_search_id in subsequent requests to perform incremental searches.

Usage

Usage statistics associated with the memory search operation.

Methods

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

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

IJsonModel<MemoryStoreSearchResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MemoryStoreSearchResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MemoryStoreSearchResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MemoryStoreSearchResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to