How to get digits from ivr digit input

i want to take a 3 digit number from the caller without add any symbol .i am using ivr digit input but not able to get numeber from the caller can you help me how can i get 3 digit number using ivr digit input and print it.

Hi @rayya.alohatechnolog

Thank you for reaching out to Kore.ai Community.
We are testing on your requirement internally and will revert back shortly with the details.

Thank you,
Srujan Madderla
Kore.ai Community Team

Hello @rayya.alohatechnolog ,

Are you referring to the DTMF input given in the IVR digit input node? if yes, then you can access it from the below JSON object.

{{JSON.stringify(context.BotUserSession.channels[0].handle.activities[0].value)}}

Adding screenshots below for reference :

Experience flow :

Interactions tab :


Hope this information helps.