Custom
Last updated
Was this helpful?
Last updated
Was this helpful?
The Xenioo Custom Channel allows any application capable of making simple RESTful https calls to integrate and interact with a chatbot. This channel is available for live publishing only after adding the to your .
Using the Xenioo Custom Channel you will be controlling the way the conversation will be displayed to the user as well as anytime.
The custom channel allows the creation of both completely custom chat channels (e.g.. a mobile app, a custom voice provider) and the integration of external services into existing services and conversations.
In you can find two simple C# examples of chatbot interaction as well as a python implementation of a shell based chatbot. All of the samples connect to a Xenioo demo chatbot that is always online for testing. Inside the C# samples folder you can also find the full current source of Xenioo Custom Channel client library that you can reference to your projects as source or directly as a .
This is the key that Xenioo has generated for your chatbot. You should use this key you are going to make to your API channel.
This is the URL that Xenioo will automatically call for every message that is generated "offline" from your connection. Messages such as Broadcasts and pushed content that may be sent to your chatbot while the user is not connected will be redirected to this hook. If not values is specified, all messages will be queued and sent to you on your
When this flag is enabled your Webhook endpoint will be receiving real-time user and chatbot events from any conversation happening on any chatbot channels.