Skip to content

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

Interface: GetAiAgentSessionOptions

Table of contents

Properties

Properties

agentId

agentId: string

Agent ID

Defined in

core/api/ApiHelper.ts:108


authToken

Optional authToken: null | string

Authentication token

Defined in

core/api/ApiHelper.ts:113


context

Optional context: object

Context to persist before the session is returned and pre-chat starts.

Defined in

core/api/ApiHelper.ts:118

Released under the MIT License.