Szymon Rozga
Szymon Rozga

Reputation: 18168

Can Alexa skill handler receive full user input?

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?

Upvotes: 1

Views: 648

Answers (2)

Jim Rush
Jim Rush

Reputation: 4163

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

Upvotes: 1

Tom
Tom

Reputation: 17854

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.

Upvotes: 4

Related Questions