umbot
    Preparing search index...

    Function voicePlatforms

    • Регистрирует голосовые платформы (Алиса, Маруся, Сбер SmartApp) в приложение. Это подмножество fullPlatforms — только платформы с голосовым вводом/выводом.

      Parameters

      • appContext: AppContext

        Контекст приложения

      Returns void

      import { Bot } from 'umbot';
      import { voicePlatforms } from 'umbot/plugins';

      const bot = new Bot();
      bot.use(voicePlatforms); // подключает Алису, Марусю, SmartApp
    Index

    Properties

    Properties

    isPlugin: boolean