I am naive to alexa voice service.
I am trying to integrate machine learning algorithm(naive bayes) in alexa voice service sample app. To implement this algorithm i need to store all the request(voice commands given by user) which are successfully processed by amazon alexa into my local database which will be on raspberry pi with their time stamp and other information to process the data. How to do it?
Please give suggestions and provide on-line helpful resources.