anjishnu / ask-alexa-pykit

A minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
MIT License
275 stars 58 forks source link

Insert None when value don't set #29

Closed ysak-y closed 7 years ago

ysak-y commented 7 years ago

Overview

This example code don't work. Because with_card() method requires almost all argments. I think content and subtitle argments are optional value. So should insert None value.