How to make Lex replay the user AlphaNumberic Input.

0

I am busy building an IVR system. The user interating with the bot is asked for a reference number which is of type AMAZON.AlphaNumeric. When it is time to confirm the input, I wan to replay the reference number back to the user to confirm their input. What I want the bot to do is say out the reference number character by character NOT as a word. What Amazon Lex is doing is try to spell out a reference number like "AZkq239U". That's not what I want I want the bot to spell the reference number character by character e.g "A", then "Z", then "k" etc. How do I do this?

1 回答
1

<say-as> or interpret-as should help you with that https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html

david

profile picture
dmacias
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容