You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
So I think one way to do it is to create a Custom Slot Type with an enumeration detecting words like "first, second, number one, number two, one, two..." and linking them to ints (1, 2, ...) then set up samples as
"play the {ordinal} article"
"play the {ordinal}"
"play the article {ordinal}"
We would just have to check the slot type in the intent then fetch the int value and play the right article. If it is not in the enum then the classic AMAZON.SearchQuery will catch it.
Right now we support
"Play the one about"
"Play the article about"
And this maps to a Amazon.SearchQuery parameter.
See if we can support (in addition)
"Play the first article"
"Play article one"
"play one"
This may not work perfectly so we need to see what we can support.
The text was updated successfully, but these errors were encountered: