Just a follow up question related to Currency in Bots.
Has there been a change recently to link to the Currency to the Bot Language?
Previously Slots with the built in Currency type, was defaulting to USD, but now it is default to UK pounds, En-UK is the bot language we use.
Hey Anton,
Sorry for the very late response.
I looked into your issue above and it seems to be a bug on the currency type being detected.
When you say "50 cent", it detects the currency as "cent", which is invalid.
But when you say "1.5 dollars", it detects the currency correctly as "dollars".
I'll let you know when a change is made for the cent issue.
And I'll also check on the defaulting of currency based on the bot language
Appreciate that. Makes sense.
Just caught me out, customer just said change payment from x to x and the words dollars wasn't used so defaulted to pounds. And in my validation check I check the amount doesn't exceed their balance but that was using USD as most people were saying dollars and we were finding that was the currency coming through normally.
Since we are NZ based and using NZD just means we need to be mindful of converting everything to the same currency when doing checks.