Skip to content

Latest commit

 

History

History
 
 

examples

Examples for Common Use Case

Here you will find two different type of templates to start developing modules:

  • Complete: Includes almost all available features, with comments on almost all of them
  • Basic: Includes the basic structure, without any comments
  • Inter-bot Communication: Includes an example of inter-bot communication, i.e. a Master bot delegating questions to two sub-bots

This example will show you how to create custom components on the Web Chat and how to display them to users.

Here we will use Twitter as OAuth provider to authenticate the user in a chat session, same concepts can be applied with other providers. For step by step explanations, head to the documentation.

Includes an example of inter-bot communication, i.e. a Master bot delegating questions to two sub-bots. For step by step explanations, head to the documentation.