UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

10 lines 356 B
export const handoverConfigurationSchema = { title: "templateConfigurationSchema", type: "object", additionalProperties: false, properties: { setupLiveAgentInbox: { type: "boolean" }, whisperAssistConfiguration: { type: "string", format: "whisper-assist-config" }, } }; //# sourceMappingURL=IHandoverConfiguration.js.map