Skip to content

Bedrock Agentcore  >  Structures  >  UserIntentCluster

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.

cluster_id instance-attribute
cluster_id: int

The unique identifier of the user intent cluster.

description instance-attribute
description: str

A description of the user intent pattern.

name instance-attribute
name: str

The name of the user intent cluster.