@botonic/plugin-hubtype-analytics
Version:
Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord
16 lines • 632 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HtEventHandoffOption = void 0;
const types_1 = require("../types");
const ht_event_1 = require("./ht-event");
class HtEventHandoffOption extends ht_event_1.HtEvent {
constructor(event, requestData) {
super(event, requestData);
this.type = types_1.EventType.BotEvent;
this.flow_thread_id = event.flowThreadId;
this.handoff_queue_id = event.queueId;
this.handoff_queue_name = event.queueName;
}
}
exports.HtEventHandoffOption = HtEventHandoffOption;
//# sourceMappingURL=ht-event-handoff-option.js.map