Skip to content

@egain/ai-agent-sdk API Reference - v0.1.1 / UserProfile

Interface: UserProfile

Represents a user profile within a portal.

UserProfile

Table of contents

Properties

Properties

id

id: string | number

Unique identifier (string or number)

Defined in

core/types/PortalTypes.ts:31


name

name: string

Display name of the profile

Defined in

core/types/PortalTypes.ts:33


isLastUsedInPortal

Optional isLastUsedInPortal: boolean

Whether this profile was last used in the current portal

Defined in

core/types/PortalTypes.ts:35

Released under the MIT License.