As the title suggests, I need Watson Assistant with phone integration to read back a number digit by digit instead of as a whole integer.
In this current setup, we are collecting an account ID and zip code from the user. We have a dialog node that confirms "is this the correct account id and zip?" But when reading back something like 12345 as the zip, instead of "your zip code is 1,2,3,4,5." It reads back "your zip code is twelve thousand three hundred and forty-five."
Is there a way to change how this number is read back to the user?