Contains

Contains

The contains condition enables you to divert the flow of the conversation if the input contains a word or a number. The rest of the input is not taken into consideration by the Condition block.

For example: If ‘yes’ is specified as the specific word, the operator will accept ‘yes’ ‘yes, please’ ‘yes I would like that’ etc.

    • Related Articles

    • Bot Overview

      The Bot overview page On the bot overview page you see all the bots that have been created on the platform. For each bot, you see various information such as: Name: The name of the bot Language: The language code of the bot's language NLP: The icon ...
    • Versioning & Activating

      Intro Every time you save a modified version of your flow, the previous version is kept as a back-up. In the Dialog Manager, you can access and select the last ten versions of your flow. The versioning is on flow level, meaning every flow of the same ...
    • How to set up Facebook Messenger channel

      You can configure your bot to communicate with people through Facebook Messenger. Users will access your bot from a Facebook Page. To connect the bot, you'll enable Facebook Messenger on the Facebook Page and then connect the bot to the Page. Get the ...
    • 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 ...