AzureAIProjectsModelFactory.MemoryStoreDeleteScopeResponse 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 memories from a scope.
public static Azure.AI.Projects.Memory.MemoryStoreDeleteScopeResponse MemoryStoreDeleteScopeResponse(string name = default, string scope = default, bool isDeleted = false);
public static Azure.AI.Projects.MemoryStoreDeleteScopeResponse MemoryStoreDeleteScopeResponse(string name = default, string scope = default, bool deleted = false);
static member MemoryStoreDeleteScopeResponse : string * string * bool -> Azure.AI.Projects.Memory.MemoryStoreDeleteScopeResponse
static member MemoryStoreDeleteScopeResponse : string * string * bool -> Azure.AI.Projects.MemoryStoreDeleteScopeResponse
Public Shared Function MemoryStoreDeleteScopeResponse (Optional name As String = Nothing, Optional scope As String = Nothing, Optional isDeleted As Boolean = false) As MemoryStoreDeleteScopeResponse
Public Shared Function MemoryStoreDeleteScopeResponse (Optional name As String = Nothing, Optional scope As String = Nothing, Optional deleted As Boolean = false) As MemoryStoreDeleteScopeResponse
Parameters
- name
- String
The name of the memory store.
- scope
- String
The scope from which memories were deleted.
- isDeleteddeleted
- Boolean
Whether the deletion operation was successful.
Returns
A new MemoryStoreDeleteScopeResponse instance for mocking.