MSG91 Bot
The MSG91 Chat bot is an in-house built Chat bot technology that helps users create their own Chat bot by using drag and drop functionality. The chat bot can be integrated to communication channels such as a chat widget, WhatsApp business account and Instagram as well.
One can design their own flow on the canvas provided using the message, utility and actions features.
Lets understand the terminology used in the chat bot
Flows : One can create multiple flows with more than one intents. The chat bot picks the flow on the basis of the intents provided
There can be two types of flows: message and fallback
A fallback flow is custom flow that can be created to handle fallback situations
A message flow guides the chat bot the flow to be picked when respective intent is received.
Canvas : A dotted sheet provided for the user to drag and drop the cards and design the flow
Card : A white rectangular box drag and dropped on the canvas is a card.
Node : A blue dot created on the card that helps the user connect it to multiple cards is a node
Connectors : A blue dash line connecting node of one card with the other is a connector
Intents : Intents are the keywords that are required for the bot to pickup the flow created parallel to it. One can add as many intents as they want. Also the intents can be case matched and regex matched.
Refer below help documents to know more about the MSG91 Bot