UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

13 lines 474 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handoverConfigurationSchema = void 0; exports.handoverConfigurationSchema = { title: "templateConfigurationSchema", type: "object", additionalProperties: false, properties: { setupLiveAgentInbox: { type: "boolean" }, whisperAssistConfiguration: { type: "string", format: "whisper-assist-config" }, } }; //# sourceMappingURL=IHandoverConfiguration.js.map