Differenciate between many and much

Hey folks; How can I write a bot which can differentiate between Many (User expected a count value Ex: How many I win today, Expected res: You have won 5 games ) & Much (User expected an amount Ex: how much I win today, Expected res: You have won 50$ )

As both sayings are almost the same If I consider of making 2 different intents then it may confuse between them. What is the best approach?

@Tanja @alexweidauer @Juste @akelad

if you create two different intents that are strictly differentiated by one word like many vs much, supervised_embedding pipeline should be able to learn the difference. It will confuse them if you use both many and much in both intents