Results 24 comments of Matt Kruse
trafficstars

The directive method just passes thru whatever json you provide, so you need to validate that your json is correct. You can do this manually in the simulator or thru...

Multiple directives are just passed along to the user in the JSON response. If it's not working, then check your JSON to see if it's in the correct format. Log...

I still use alexa-app and it works perfectly for me. In fact, I just published a skill with it last week! [try it, enable Debbie Downer ;) ] I found...

I like the idea of this and I am interested in seeing what you come up with. What comes to my mind is that this more of a state machine,...

I'm thinking of a structure like this. I think I can make it actually function. I've been racking my brain trying to come up with a code structure that could...

Here's a very rough POC of how code like this might function: https://jsfiddle.net/8b4zg4ft/ Any thoughts?

I was trying to make the code kind of model the conversational structure of a skill. But if the skill requires more complicated branching like more of a FSM, then...

@raviteja2503 try ``` return requestObj(...) ``` assuming requestObj() actually returns a promise. Though, since it takes a callback, it might not. In which case you need to write it in...

This is a bug with Amazon's infrastructure, not alexa-app. When using audio player or gadgets API's, session does not work consistently. This is true even if you use raw json...