custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
13 lines • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OperatorGreetMessage = exports.ManufactureGreetMessage = void 0;
var getCurrentTime_1 = require("../utils/getCurrentTime");
exports.ManufactureGreetMessage = [
{ text: 'Hi, I\'m Erni! I\'m here to answer questions related to the manufacturer you have selected. Some questions you could ask me are "What are my most sold products this year?", or "Which item has grown the most compared to last year?"', isUser: false, timeStamp: (0, getCurrentTime_1.getCurrentTime)() },
{ text: 'I am configured to answer questions related to products sold by manufacturers, and may not be able to answer questions about other topics.', isUser: false, timeStamp: (0, getCurrentTime_1.getCurrentTime)() }
];
exports.OperatorGreetMessage = [
{ text: 'Hi, I\'m Erni! I\'m here to answer questions related to the Operator you have selected.', isUser: false, timeStamp: (0, getCurrentTime_1.getCurrentTime)() },
{ text: 'I am configured to answer questions related to products sold by Operators', isUser: false, timeStamp: (0, getCurrentTime_1.getCurrentTime)() }
];
//# sourceMappingURL=GreetMessage.js.map