I hava basic alexa skill in JAVA (using ask-sdk) one scenario is that on a specific time i want Alexa to say some notification , like at 2:00(which will be determined by my code) alexa should say something
"its 2.00" you must go for walk ..
But I am not sure what to use for this , I see some Alerts/Proactive events , But not able to find them for JAVA , only see them in nodeJs.
is anything for this situation availabe in java please..