AzureAIProjectsModelFactory.DeleteMemoryResponse(String, Boolean) Method

Definition

Response for deleting a memory item from a memory store.

public static Azure.AI.Projects.DeleteMemoryResponse DeleteMemoryResponse(string memoryId = default, bool deleted = false);
static member DeleteMemoryResponse : string * bool -> Azure.AI.Projects.DeleteMemoryResponse
Public Shared Function DeleteMemoryResponse (Optional memoryId As String = Nothing, Optional deleted As Boolean = false) As DeleteMemoryResponse

Parameters

memoryId
String

The unique ID of the deleted memory item.

deleted
Boolean

Whether the memory item was successfully deleted.

Returns

A new DeleteMemoryResponse instance for mocking.

Applies to