UNPKG

yandex-dialoger

Version:

Ещё одна библиотека/фреймворк для разработки навыков Алисы.

12 lines (11 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DialogsIntent = void 0; var DialogsIntent; (function (DialogsIntent) { DialogsIntent["Confirm"] = "YANDEX.CONFIRM"; DialogsIntent["Reject"] = "YANDEX.REJECT"; DialogsIntent["Help"] = "YANDEX.HELP"; DialogsIntent["Repeat"] = "YANDEX.REPEAT"; DialogsIntent["WhatCanYouDo"] = "YANDEX.WHAT_CAN_YOU_DO"; })(DialogsIntent = exports.DialogsIntent || (exports.DialogsIntent = {}));