3

When I ask something with the Alexa, it returns only the Intents and Entities based on the user input and I can't see the full user input.

Saranraj K
  • 83
  • 9

1 Answers1

0

You will never get user's full speech. However, you can use slots (both custom and predefined) to get parts of user speech.

AMAZON.SearchQuery and AMAZON.LITERAL slot types are the closest slots types that you should check.

Checkout the predefined set of slot types here

johndoe
  • 4,387
  • 2
  • 25
  • 40