Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1008 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 1008 Bytes

bots-node-webhook-channels

This repository contains my webhook example node.js projects for integrating Oracle Digital Assistant using webhook channels.

My first example project is for using your chatbot with Telegram Messenger and you can read about it @ https://eocoe.blogspot.com/2018/11/use-your-chatbot-in-telegram-over.html

Second example is using Actions on Google to have the chatbot on Oracle Digital Assistnat available with Google Assistant. For more details check my blog @ https://eocoe.blogspot.com/2018/11/combine-google-assistant-with-oracle.html

reference projects

For connecting a webhook channel i used the Oracle Bots Node.js SDK available at https://github.com/oracle/bots-node-sdk For communicating with telegram , also using webhooks, the example project uses Node.js Telegram Bot API available at https://github.com/yagop/node-telegram-bot-api For actions on google the default client library is used; available at https://github.com/actions-on-google/actions-on-google-nodejs