Reserved Bot runtime parameters

Reserved Bot runtime parameters

PARAMETER ACTION DESCRIPTION
INPUT_TYPE
Input Action After an input action our system stores the input type inside this parameter,  you can use it inside logic action if you want to do different actions according to user input. The input types can be one of next values (TEXT, IMAGE, VIDEO, LOCATION, FILE, AUDIO)
ECOMMERCE_PRODUCT_CODE
ECommerce Action Our system will store the last fetched product ID inside this parameter
ECOMMERCE_CART_ITEMS
ECommerce Action Our system will store the IDs of the cart products inside this parameter
ECOMMERCE_PRODUCT_LIST
ECommerce Action Our system will store the IDs of the cart products inside this parameter
PAYMENT_AMOUNT
Payment Action Our system will store the payment amount of the last payment action inside this parameter
PAYMENT_ORDER_NUMBER
Payment Action Our system will store the payment order number of the last payment action inside this parameter
PAYMENT_PRODUCT_NAME
Payment Action Our system will store the payment product name of the last payment action inside this parameter
PAYMENT_BRANCH_ID
Payment Action Our system will store the payment branch ID of the last payment action inside this parameter

 

    • Related Articles

    • How to Send parameters from Mindbehind WebChat to the bot

      Default data (always sent to the bot) We are always sending the 1. BROWSER_TYPE : The type of browser the client has (ex: Microsoft Edge, Mozilla Firefox, Google Chrome) 2. CHAT_URL: The url of the page Parameters in the URL We are checking the url ...
    • How to Use Bot Action

      Action usage Bot action is used to forward the message to sub bot to achieve re-usability and to build up simple and clear bots. You will need to drag and drop it to your assistant canvas (or simply click on it from actions menu): Then you will need ...
    • How to use Web Messenger in Native Apps

      ·       All native apps need to use WebView to open a web page that contains the script of the channel. ·       The web page can be done by the customer side by calling the script provided in the channel settings. You can find details in this ...
    • How to Use Wait for Action

      Action usage Use the wait for action when you want to control the assistant behavior from your outside system. The story begins by drag and dropping (Or simply clicking on) the Wait for action from the Actions menu on the left side of your assistant ...
    • How to Use Integration Action

      Action usage Use the integration action when you want to call an HTTP integration endpoint to achieve some custom business needs. You can process the parameters saved during the life cycle of the assistant, and either only store them out in some ...