DeleteMemoryResponse Class
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 class DeleteMemoryResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.DeleteMemoryResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.DeleteMemoryResponse>
type DeleteMemoryResponse = class
interface IJsonModel<DeleteMemoryResponse>
interface IPersistableModel<DeleteMemoryResponse>
Public Class DeleteMemoryResponse
Implements IJsonModel(Of DeleteMemoryResponse), IPersistableModel(Of DeleteMemoryResponse)
- Inheritance
-
DeleteMemoryResponse
- Implements
Properties
| Name | Description |
|---|---|
| Deleted |
Whether the memory item was successfully deleted. |
| MemoryId |
The unique ID of the deleted memory item. |
| Object |
The object type. Always 'memory_store.item.deleted'. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DeleteMemoryResponse) | |