Skip to content

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


portalId

portalId: string | number

Portal ID

Defined in

core/api/ApiHelper.ts:241


agentType

Optional agentType: string

Agent type filter

Default

ts
"contact-center"

Defined in

core/api/ApiHelper.ts:247


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:252

Released under the MIT License.