Amazon Alexa: store user's words
问题 I'm new to writing Alexa skills and want to write a skill to store the speaker's words. For example, if I say, 'Alexa, save {whatever i say}', it should save the words in some string. Now from what I understand, the intent schema something should be like { intents:[ "intent" : "SaveIntent" ] } and utterances like SaveIntent save SaveIntent store In this case, how do I store '{whatever I say}'? 回答1: To capture free-form speech input (rather than a defined list of possible values), you'll need