UNPKG

ai-slot-web-sdk

Version:

Effortlessly incorporate lifelike digital beings into your web applications, offering real-time conversations, actions, and facial expressions. They support a wide range of voices, languages, and emotional tones.

9 lines (8 loc) 270 B
declare const checkSession: ({apiHost, apiKey, characterId, sessionId, languageCode}: { apiHost: string; apiKey: string; characterId: string; sessionId: string; languageCode: string; }) => Promise<{ status: boolean }>; export {checkSession};