UserIntentCluster¶
Structure Class¶
UserIntentCluster
dataclass
¶
A cluster of similar user intents identified across sessions.
Attributes¶
affected_session_count
instance-attribute
¶
affected_session_count: int
The number of sessions with this user intent.
affected_sessions
instance-attribute
¶
affected_sessions: list[UserIntentAffectedSession]
The list of sessions with this user intent.