In the table below, you can see the reserved bot runtime parameters for MindBehind and understand how each parameter works.
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 a logic action if you want to do different actions according to user input. The input types can be one of the following values: TEXT, IMAGE, VIDEO, LOCATION, FILE, AUDIO. |
ECOMMERCE_PRODUCT_CODE | ECommerce Action | Our system stores the last fetched product ID inside this parameter. |
ECOMMERCE_CART_ITEMS | ECommerce Action | Our system stores the IDs of the cart products inside this parameter. |
ECOMMERCE_PRODUCT_LIST | ECommerce Action | Our system stores the IDs of the cart products inside this parameter. |
PAYMENT_AMOUNT | Payment Action | Our system stores the payment amount of the last payment action inside this parameter. |
PAYMENT_ORDER_NUMBER | Payment Action | Our system stores the payment order number of the last payment action inside this parameter. |
PAYMENT_PRODUCT_NAME | Payment Action | Our system stores the payment product name of the last payment action inside this parameter. |
PAYMENT_BRANCH_ID | Payment Action | Our system stores the payment branch ID of the last payment action inside this parameter. |