Functions
Global Functions
Global functions are available across all your bots in your account, but managed from 1 single point. This enables you to create re-usable components that can be re-uses across your bots. See the global functions as templates, that are maintained as ...
Functions Import & Export
Functions can be imported by clicking the 'Export Function' in the left side-menu. Functions are exported and saved as an encoded .enc json file that can be re-used by clicking the 'Import Function +' button in the left-side menu of the Function tab. ...
Custom Code
The ‘Custom code’ function enables you to create your own block by writing a JavaScript code. In this JavaScript code, you can use both IF and FOR-LOOP statements. Any input to or output from the 'Custom code’ function can be defined using the input ...
Adaptive Card
Adaptive Cards provide the ability to show an adaptive card to the user in the conversation flow. Adaptive cards by themselves offer the opportunity to show information in a graphically appealing way or to request information using a graphically ...
SQL
The ‘SQL’-block lets you build SQL queries to process and retrieve data from SQL Databases. This enables storing and retrieving of any data during your bot's process. SQL Command To do so, an SQL SELECT statement can be used to retrieve. records from ...
REST
The REST function allows users and the bot to communicate and interact with online applications through a REST endpoint and to store the results for later use. Inputs Here you can define the inputs which you can then use in the path, headers and body ...