Skip to content

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

Interface: GetPreviousTranscriptOptions

Table of contents

Properties

Properties

apiDomain

Optional apiDomain: string

API domain

Defined in

core/api/ApiHelper.ts:154


agentId

agentId: string

Agent ID

Defined in

core/api/ApiHelper.ts:159


sessionId

sessionId: string

Session ID

Defined in

core/api/ApiHelper.ts:164


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:169

Released under the MIT License.