Share via


ChatSummaryMemoryItem(String, DateTimeOffset, String, String) Constructor

Definition

Initializes a new instance of ChatSummaryMemoryItem.

public ChatSummaryMemoryItem(string memoryId, DateTimeOffset updatedAt, string scope, string content);
new Azure.AI.Projects.OpenAI.ChatSummaryMemoryItem : string * DateTimeOffset * string * string -> Azure.AI.Projects.OpenAI.ChatSummaryMemoryItem
Public Sub New (memoryId As String, updatedAt As DateTimeOffset, scope As String, content As String)

Parameters

memoryId
String

The unique ID of the memory item.

updatedAt
DateTimeOffset

The last update time of the memory item.

scope
String

The namespace that logically groups and isolates memories, such as a user ID.

content
String

The content of the memory.

Exceptions

memoryId, scope or content is null.

Applies to