Echo & Alexa Forums

Edit card title and content in skill code

0 Members and 1 Guest are viewing this topic.

mikabrown

Edit card title and content in skill code
« on: April 07, 2017, 07:47:01 am »
Having problems editing the card that appears in the alexa app. Tried including the code in the AWS console but always ends in an error. Naturally ive read amazons how to (https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/providing-home-cards-for-the-amazon-alexa-app) which doesnt help at all.

Any tips for the line of code or where i need to put it in my alexa code to display a custom title and image? Currently the title that comes out is the same as the intent that is called (e.g. HowToIntent)

Using python 2.7 to run