Hi @janak.jay ,
For the above scenario,
In entity node component properties, you can enable “multi-item” if you want the user to input multiple values.
- If you want the user to select multiple items from the list given by the bot, you can use “list of items(enumerated)” as the entity type to display the options and the user can input values from the options only.
If you want the user to input custom multiple values, then select any relevant type for the entity .
NOTE: In this case, bot expects multiple values/items from the user to be given in a single statement separated by comma(,).

Alternatively, if you want to take the input(three things) by hitting enter, then it is suggested to configure three different entity nodes for three different values.