UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

28 lines (23 loc) 772 B
<script type="text/javascript"> RED.nodes.registerType('chatbot-debug', { category: 'RedBot', color: '#FFCC66', defaults: { }, inputs: 1, outputs: 0, paletteLabel: 'Debug', icon: 'chatbot-debug.png', label: function() { return 'Debug'; } }); </script> <script type="text/x-red" data-template-name="chatbot-debug"> <div class="form-row"> Configuration panel is not available for this node </div> </script> <script type="text/x-red" data-help-name="chatbot-debug"><p>Debug an incoming chatbot message, this is useful for example to catch the <code>chatId</code> (needed to start a chat conversation). Debug information is dumped in the terminal console. </p> <p>This node is available for all platforms.</p> </script>