Skip to content

@egain/ai-agent-sdk API Reference - v0.2.3-beta.2 / 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:279


profileId

profileId: string | number

User profile ID to select

Defined in

core/api/ApiHelper.ts:284


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:289

Released under the MIT License.