UNPKG

api-ai-javascript

Version:
9 lines (7 loc) 143 B
export class LocalTTSRequest { private isSupported() { return !!window.speechSynthesis; } private getLanguage() { } }