Can Alexa skill handler receive full user input?

后端 未结 2 1234
一个人的身影
一个人的身影 2020-12-22 01:35

I want to develop an Alexa skill that is able to receive free text input from the user that doesn\'t necessarily map to an intent. Is this possible?

相关标签:
2条回答
  • 2020-12-22 02:10

    No, that is not possible. The closest thing is the 'literal' slot (input) type but that is now deprecated on the original USA region and was never supported on the other regions.

    0 讨论(0)
  • 2020-12-22 02:30

    I have found that the custom slots return far more than the provided samples.

    0 讨论(0)
提交回复
热议问题