Udostępnij przez


AzureAIProjectsModelFactory.UserProfileMemoryItem Method

Definition

A memory item specifically containing user profile information extracted from conversations, such as preferences, interests, and personal details.

public static Azure.AI.Projects.UserProfileMemoryItem UserProfileMemoryItem(string memoryId = default, DateTimeOffset updatedAt = default, string scope = default, string content = default);
static member UserProfileMemoryItem : string * DateTimeOffset * string * string -> Azure.AI.Projects.UserProfileMemoryItem
Public Shared Function UserProfileMemoryItem (Optional memoryId As String = Nothing, Optional updatedAt As DateTimeOffset = Nothing, Optional scope As String = Nothing, Optional content As String = Nothing) As UserProfileMemoryItem

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.

Returns

A new UserProfileMemoryItem instance for mocking.

Applies to