UNPKG

1.56 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * Copyright (c) Microsoft Corporation. All rights reserved.
5 * Licensed under the MIT License.
6 */
7var CLStrings;
8(function (CLStrings) {
9 CLStrings["API_MISSING_ENTITY"] = "API references Entity that doesn't exist in this Model:";
10 CLStrings["ENTITYCALLBACK_EXCEPTION"] = "Error in Bot's EntityDetectionCallback: ";
11 CLStrings["MEMORY_MANAGER_VALUE_LIST_EXCEPTION"] = "Entity is multi-value. Use AS_VALUE_LIST";
12 CLStrings["MEMORY_MANAGER_NUMBER_LIST_EXCEPTION"] = "Entity is multi-value. Use AS_NUMBER_LIST";
13 CLStrings["MEMORY_MANAGER_BOOLEAN_LIST_EXCEPTION"] = "Entity is multi-value. Use AS_BOOLEAN_LIST";
14 CLStrings["MEMORY_MANAGER_INVALID_ENUM_EXCEPTION1"] = " is an ENUM Entity. Provided value (";
15 CLStrings["MEMORY_MANAGER_INVALID_ENUM_EXCEPTION2"] = ") is not one of the enum values of this Entity: ";
16 CLStrings["MEMORY_MANAGER_NOT_A_NUMBER_EXCEPTION"] = "Memory Value is not a number";
17 CLStrings["MEMORY_MANAGER_NOT_A_STRING_EXCEPTION"] = "Memory Value is not a string";
18 CLStrings["MEMORY_MANAGER_NOT_A_BOOLEAN_EXCEPTION"] = "Memory Value is not a boolean";
19 CLStrings["MEMORY_MANAGER_PRETRAINED_EXCEPTION"] = "Not allowed to set values of pre-trained Entities:";
20 CLStrings["MEMORY_MANAGER_EXPIRED_EXCEPTION"] = "called after your function has already returned. You must await results within your code rather than use callbacks";
21})(CLStrings = exports.CLStrings || (exports.CLStrings = {}));
22//# sourceMappingURL=CLStrings.js.map
\No newline at end of file