I am developing a custom skill using AMAZON.SearchQuery slot type that accepts speech input. After user has spoken message, Alexa repeats it and asks, would you like to save it? Invoking AMAZON.Yes intent. (This part works good)
If user says Yes, then I want that short message to be saved as any text type (presume JSON) in a dropbox folder that is shared within few ppl.
Any hints how to provide this functionality? Presume it would be something as If else statement?