Skip to content

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

Interface: GetMaskingPatternsOptions

Table of contents

Properties

Properties

departmentId

departmentId: string

Department ID

Defined in

core/api/ApiHelper.ts:176


channel

Optional channel: string

Channel name (e.g., "chat")

Default

ts
"chat"

Defined in

core/api/ApiHelper.ts:182


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:187

Released under the MIT License.