Skip to content

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

Interface: SelectUserProfileOptions

Options for selectUserProfile API call. Sets the selected user profile for a portal.

Table of contents

Properties

Properties

portalId

portalId: string | number

Portal ID

Defined in

core/api/ApiHelper.ts:267


profileId

profileId: string | number

User profile ID to select

Defined in

core/api/ApiHelper.ts:272


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:277

Released under the MIT License.