0

I am trying to build a conversational skill in Amazon Alexa. Once I start my skill, how can I know what the user said for the second time when I set should_end_session as false?

freginold
  • 3,946
  • 3
  • 13
  • 28

1 Answers1

-1

How do you mean what the user said for the second time? Any response a user provides in a live session should match one of the utterances for your skill and those utterances are linked to intents.

What response are you trying to get from the user? Please provide more information.

AppleBaggins
  • 444
  • 3
  • 14