How to give input to Amazon Alexa Skills Kit (ASK) mixed string with numbers?

前端 未结 4 982
滥情空心
滥情空心 2021-01-13 03:03

I\'m trying to create a Amazon Alexa Skills Kit to do some kind of automation which would be required to take speech input comprised of strings and numbers (a-test12fi

4条回答
  •  庸人自扰
    2021-01-13 03:43

    A different approach would be play within the system's limitation. You could referring it with a different name.

    Prompt user with "say 1 for a-test12fish" and so forth. And internally map it to your specific value.

提交回复
热议问题