UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

27 lines 863 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GENERATIVE_SLOT_FILLER_SUCCESS = void 0; /* Custom modules */ const createNodeDescriptor_1 = require("../../../createNodeDescriptor"); exports.GENERATIVE_SLOT_FILLER_SUCCESS = (0, createNodeDescriptor_1.createNodeDescriptor)({ type: "generativeSlotFillerSuccess", parentType: "generativeSlotFillerSuccess", defaultLabel: "Success", 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=generativeSlotFillerSuccess.js.map