I have a custom sentence that used to work when Voice PE was brand new but for a long time now it has stopped working, instead the voice only says "Received invalid slot info for SetAlarmClock"
This is my code:
language: "de"
intents:
SetAlarmClock:
data:
- sentences:
- "[Stell den] Wecker[,] [für|auf] {hour}:{minute} Uhr"
lists:
hour:
range:
from: 0
to: 23
minute:
range:
from: 0
to: 59