---
title: "Reserved Bot Runtime Parameters"
slug: "mindbehind-reserved-bot-runtime-parameters"
description: "Learn about reserved bot runtime parameters in MindBehind to understand predefined variables and use them effectively in chatbot flows."
tags: ["reserved bot parameters"]
updated: 2026-02-11T13:27:32Z
published: 2026-02-11T13:27:32Z
canonical: "academy.insiderone.com/mindbehind-reserved-bot-runtime-parameters"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reserved Bot Runtime Parameters

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. |
