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

31 lines (26 loc) 1.07 kB
<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><img src="https://img.shields.io/badge/platform-Telegram-blue.svg?colorB=7cbaea" alt="Telegram"> <img src="https://img.shields.io/badge/platform-Facebook-blue.svg" alt="Facebook"> <img src="https://img.shields.io/badge/platform-Slack-green.svg" alt="Slack"> <img src="https://img.shields.io/badge/platform-Smooch-orange.svg" alt="Smooch"></p> </script>