ProceduralMemoryItem 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.
A memory item containing a procedure extracted from conversations.
public class ProceduralMemoryItem : Azure.AI.Projects.Memory.MemoryItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ProceduralMemoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ProceduralMemoryItem>
type ProceduralMemoryItem = class
inherit MemoryItem
interface IJsonModel<ProceduralMemoryItem>
interface IPersistableModel<ProceduralMemoryItem>
Public Class ProceduralMemoryItem
Inherits MemoryItem
Implements IJsonModel(Of ProceduralMemoryItem), IPersistableModel(Of ProceduralMemoryItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Content |
The content of the memory. (Inherited from MemoryItem) |
| MemoryId |
The unique ID of the memory item. (Inherited from MemoryItem) |
| Scope |
The namespace that logically groups and isolates memories, such as a user ID. (Inherited from MemoryItem) |
| UpdatedAt |
The last update time of the memory item. (Inherited from MemoryItem) |