Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,21 @@
---
title: "UserProfile"
type: entity
tags: [user-model, personalization, behavioral-psychology]
sources: [product-behavioral-nudge-engine]
last_updated: 2026-04-20
---
## Definition
用户偏好模式,跟踪用户与软件系统的交互偏好,包括沟通渠道、交互频率和动机触发因素。
## Attributes
- **preferredChannel**首选沟通渠道SMS、Email、In-App
- **interactionCadence**:交互频率偏好(每日、每周)
- **tendencies**:用户倾向分类(如 ADHD、Overwhelmed
- **status**:当前状态(如 Overwhelmed
- **engagementMetrics**:参与度指标(响应率、完成率)
## Connections
- [[Behavioral Nudge Engine]] ← manages ← [[UserProfile]]
- [[UserPsyche]] ← derives_from ← [[UserProfile]]