Skip to content

@egain/ai-agent-sdk API Reference - v0.2.3-beta.2 / GetMaskingPatternsOptions

Interface: GetMaskingPatternsOptions

Table of contents

Properties

Properties

departmentId

departmentId: string

Department ID

Defined in

core/api/ApiHelper.ts:181


channel

Optional channel: string

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

Default

ts
"chat"

Defined in

core/api/ApiHelper.ts:187


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:192

Released under the MIT License.