Skip to content

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

Interface: GetMyPortalsOptions

Options for ApiHelper.getMyPortals.

Table of contents

Properties

Properties

authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:197


language

Optional language: string

Language code (e.g., "en-us", "da-dk")

Default

ts
"en-us"

Defined in

core/api/ApiHelper.ts:203


userId

Optional userId: string

Optional user ID for cache keying

Defined in

core/api/ApiHelper.ts:208


shortUrlTemplate

Optional shortUrlTemplate: string

Optional short URL template for filtering (from agent theme)

Defined in

core/api/ApiHelper.ts:213

Released under the MIT License.