erik / alexandra

Python toolkit for writing Amazon Echo skills as web services
http://alexandra.rtfd.org
ISC License
94 stars 13 forks source link

Added 3 parameter intent function #14

Closed DasBasti closed 5 years ago

DasBasti commented 5 years ago

Slots are the values that are parsed. A synonym is insertetd into the slot if it was used in the parsed utterance. This patch ads the posibillity to use the ID field of the slot to get a consistent value over all the synonymes for a particular value. Very usefull if you have different language voice interfaces and want to use the same backend as well.

DasBasti commented 5 years ago

Ok, this fails when there is no id given. I'll fix that.

erik commented 5 years ago

Sounds good!

I'll be happy to include this once it's ready.