你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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