Is of type

Is of type

The is of type condition diverts the conversation if the input to it is either text or numerical. 
    • Related Articles

    • In Set

      The In Set condition enables you to pick a number of conditions to divert the flow of the conversation into specific paths. Conditions are specific as in the equals condition and can be made based on a raw value or the type of input, i.e. numerical ...
    • Use of entities in the platform

      Entities can be uses in various places within the platform. To use them start typing the name of the entity you would like to use. A dropdown list will become available from which you can pick. You can also type [ to open a dropdown with all ...
    • POST: Send Message

      API URL: https://platform.blits.ai/api/external/messages/<YOUR_CONVERSATION_ID>/text With this POST request a message can be send to the bot. Please follow the following steps to do so. Conversation ID This is the output of the POST Conversation ID ...
    • POST: Conversation ID

      API URL: https://platform.blits.ai/api/external/initialize With this POST request a new conversation ID is created. The conversation ID is used to interact with the chatbot. The conversation ID is needed for the other APIs to return information such ...
    • How to improve intents

      In order to improve intents, you should add more utterances that are relevant. You can do this in the intent tab, by pressing on the trained intent in the left menu. Once selected you can add or alter utterances in the center of the screen. Options ...