UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

27 lines 869 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GENERATIVE_SLOT_FILLER_FALLBACK = void 0; /* Custom modules */ const createNodeDescriptor_1 = require("../../../createNodeDescriptor"); exports.GENERATIVE_SLOT_FILLER_FALLBACK = (0, createNodeDescriptor_1.createNodeDescriptor)({ type: "generativeSlotFillerFallback", parentType: "generativeSlotFillerFallback", defaultLabel: "Fallback", appearance: { color: '#B3A7EA', textColor: 'white', contrastTextColor: 'black', variant: 'mini' }, constraints: { editable: false, deletable: false, collapsable: true, childFlowCreatable: true, creatable: false, movable: false, placement: {}, }, tags: ["ai", "nlu"], }); //# sourceMappingURL=generativeSlotFillerFallback.js.map