ChatSummaryMemoryItem 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 summary extracted from conversations.
public class ChatSummaryMemoryItem : Azure.AI.Projects.MemoryItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ChatSummaryMemoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ChatSummaryMemoryItem>
type ChatSummaryMemoryItem = class
inherit MemoryItem
interface IJsonModel<ChatSummaryMemoryItem>
interface IPersistableModel<ChatSummaryMemoryItem>
Public Class ChatSummaryMemoryItem
Inherits MemoryItem
Implements IJsonModel(Of ChatSummaryMemoryItem), IPersistableModel(Of ChatSummaryMemoryItem)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ChatSummaryMemoryItem(String, DateTimeOffset, String, String) |
Initializes a new instance of ChatSummaryMemoryItem. |
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) |