Skip to content

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

Interface: GetAgentsByPortalOptions

Options for getAgentsByPortal API call. Fetches AI agents available in a portal.

Table of contents

Properties

Properties

departmentId

departmentId: string | number

Department ID (from portal.department.id)

Defined in

core/api/ApiHelper.ts:224


portalId

portalId: string | number

Portal ID

Defined in

core/api/ApiHelper.ts:229


agentType

Optional agentType: string

Agent type filter

Default

ts
"contact-center"

Defined in

core/api/ApiHelper.ts:235


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:240

Released under the MIT License.