How to accept the Free form text as input to Amazon Skill Kit?

后端 未结 3 587
梦毁少年i
梦毁少年i 2021-01-04 03:06

I\'m required to create a Amazon Skill Kit to open a ticket in our ticketing tool. By looking at the examples for Amazon Skill Kit, I couldn\'t find a way of accepting the f

3条回答
  •  清酒与你
    2021-01-04 03:28

    Correction to my comment... I, and others, may be misunderstanding the deprecation of the AMAZON.LITERAL. I found that custom slots still pass through literal content that did not match the predefined entries. If you have a custom slot with the entries "Bob" and "John" and I say "Samuel" my skill is still sent "Samuel". Which seems identical to previous AMAZON.LITERAL behavior. (AMAZON.LITERAL required you to provide example utterances, just as custom slots require to provide example utterances, so it seems only a difference in definition, not function.)

提交回复
热议问题