Learn How To Create A Telegram Group Chatbot

In a previous tutorial, we saw how to create and deploy a Telegram chatbot using Xenioo. While we did cover the basics of single and group conversations and the concept of bot privacy, we didn’t go into the depths on how to fully manage a Telegram group chatbot. This time we are going to see exactly this: we will create a very simple chatbot that will act as a group manager and moderator. Telegram Group Chatbot Privacy Mode When building you …

Read MoreLearn How To Create A Telegram Group Chatbot

Accepting Stripe Payment In Your Chatbot

Many of our customer’s chatbots are lately evolving from generic marketing or first contact automation to fully experienced sales assistants, pointing to specific products and helping the user pick the right one. While all processes and approaches vary from one to another, all of them at some point come to terms with payment management. At some point, you will want to process your user payment for a product, a subscription or a service. This post will explain in detail how …

Read MoreAccepting Stripe Payment In Your Chatbot

Integrate your chatbot with everything using Xenioo Custom Channel

The Xenioo Custom Channel allows any application capable of making simple RESTful https calls to integrate and interact with a chatbot engine platform. Using the Xenioo Custom Channel you will be controlling the way the conversation will be displayed to the user as well as being able to change runtime variables anytime. In this post, we will go into every detail of how the Xenioo Custom Channel works and how to use it. General Approach You will be communicating with Xenioo to …

Read MoreIntegrate your chatbot with everything using Xenioo Custom Channel

Integrating IBM Watson Assistant NLP with Xenioo

Together with DialogFlow, IBM Watson Assistant is one of the biggest names in online natural language processing design. Today we’re going to see how we can quickly and seamlessly integrate it using specifically designed Xenioo Actions. Choosing Xenioo Actions The first thing to do when processing an input is choosing the right action. Xenioo input actions are split into two categories: Inputs and Detections. Inputs are actions that will hold the conversation until the user correctly answers while Detections are …

Read MoreIntegrating IBM Watson Assistant NLP with Xenioo

Debugging Your Bot: Execution Diagram To The Rescue

Building a chatbot with Xenioo is definitively as easier as it gets. Number of templates, tutorials, and the in-application information is growing and can guide you through the creation of perfect chatbot. Indeed, the freedom and power you’re given can sometimes bring some questions during execution. Let’s look at this very simple chatbot: In just a few interactions, this chatbot is creating a small game. It creates a random number and asks the user to guess it. If the number …

Read MoreDebugging Your Bot: Execution Diagram To The Rescue