@cognigy/rest-api-client
Version:
Cognigy REST-Client
10 lines • 356 B
JavaScript
export const handoverConfigurationSchema = {
title: "templateConfigurationSchema",
type: "object",
additionalProperties: false,
properties: {
setupLiveAgentInbox: { type: "boolean" },
whisperAssistConfiguration: { type: "string", format: "whisper-assist-config" },
}
};
//# sourceMappingURL=IHandoverConfiguration.js.map