microsoft.opentelemetry.a365.core.models.user_details module

class microsoft.opentelemetry.a365.core.models.user_details.UserDetails(user_id=None, user_email=None, user_name=None, user_client_ip=None)[source]

Bases: object

Details about the human user that invoked an agent.

user_id: str | None = None

The unique identifier for the user.

user_email: str | None = None

The email address of the user.

user_name: str | None = None

The human-readable name of the user.

user_client_ip: str | None = None

The client IP address of the user.