Set Object

Set Object

With the Set Object block, users are able to set values to keys of a persistent object.
    • Related Articles

    • Set Variable

      The set variable block defines specific input from the user of a flow into a predefined variables for further usage in the flow.
    • 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 ...
    • 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 ...
    • Objects

      Objects are “persistent” variables, which means they are saved throughout the whole session between the user and the bot, as opposed to the variables normally used in the Dialog Manager (which lose their “state” or “value” when going from one dialog ...
    • 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 ...