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

UserProfileMemoryItem interface

专门包含从对话中提取的用户个人资料信息的记忆项,例如偏好、兴趣和个人详细信息。

扩展

属性

kind

记忆项目的种类。

继承属性

content

内存的内容。

memory_id

内存项的唯一 ID。

scope

在逻辑上对内存进行分组和隔离的命名空间,例如用户 ID。

updated_at

内存项目的最后更新时间。

属性详细信息

kind

记忆项目的种类。

kind: "user_profile"

属性值

"user_profile"

继承属性详细信息

content

内存的内容。

content: string

属性值

string

继承自MemoryItem.content

memory_id

内存项的唯一 ID。

memory_id: string

属性值

string

继承自MemoryItem.memory_id

scope

在逻辑上对内存进行分组和隔离的命名空间,例如用户 ID。

scope: string

属性值

string

继承自MemoryItem.scope

updated_at

内存项目的最后更新时间。

updated_at: Date

属性值

Date

继承自MemoryItem.updated_at