UNPKG

@amaabca/aws-lex-custom-resources

Version:
14 lines (13 loc) 619 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SlotTypeType = exports.ObfuscationSetting = void 0; var ObfuscationSetting; (function (ObfuscationSetting) { ObfuscationSetting["NONE"] = "NONE"; ObfuscationSetting["DEFAULT"] = "DEFAULT_OBFUSCATION"; })(ObfuscationSetting = exports.ObfuscationSetting || (exports.ObfuscationSetting = {})); var SlotTypeType; (function (SlotTypeType) { SlotTypeType[SlotTypeType["CUSTOM"] = 0] = "CUSTOM"; SlotTypeType[SlotTypeType["BUILT_IN"] = 1] = "BUILT_IN"; })(SlotTypeType = exports.SlotTypeType || (exports.SlotTypeType = {}));