UNPKG

@voiceflow/google-types

Version:
33 lines (32 loc) 810 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BUILT_IN_SLOTS = exports.SlotType = void 0; var SlotType; (function (SlotType) { SlotType["DATE"] = "actions.type.Date"; SlotType["TIME"] = "actions.type.Time"; SlotType["NUMBER"] = "actions.type.Number"; SlotType["DATE_TIME"] = "actions.type.DateTime"; })(SlotType || (exports.SlotType = SlotType = {})); exports.BUILT_IN_SLOTS = [ { type: SlotType.DATE, label: 'Date', immutable: true, }, { type: SlotType.DATE_TIME, label: 'DateTime', immutable: true, }, { type: SlotType.TIME, label: 'Time', immutable: true, }, { type: SlotType.NUMBER, label: 'Number', immutable: true, }, ];