AzureAIProjectsModelFactory.DeleteMemoryResponse(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.