alexa / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
809 stars 204 forks source link

Echo Buttons supported in python ASK SDK ? #35

Closed MuhammadAnns closed 6 years ago

MuhammadAnns commented 6 years ago

I need bit of help from you. I want to know if echo buttons are supported in python ask sdk ?

I have seen samples of echo buttons in node js but nothing in python. It would be a huge favor if i can get any sample code which demonstrates usage of echo buttons in python ask sdk.

timothyaaron commented 6 years ago

I just ported the button trivia template. You can check it out at https://github.com/timothyaaron/skill-sample-python-buttons-trivia


Sent from my mobile device. Please forgive the atypical brevity.


From: MuhammadAnns notifications@github.com Sent: Wednesday, October 3, 2018 11:02:28 AM To: alexa/alexa-skills-kit-sdk-for-python Cc: Subscribed Subject: [alexa/alexa-skills-kit-sdk-for-python] Echo Buttons supported in python ASK SDK ? (#35)

I need bit of help from you. I want to know if echo buttons are supported in python ask sdk ?

I have seen samples of echo buttons in node js but nothing in python. It would be a huge favor if i can get any sample code which demonstrates usage of echo buttons in python ask sdk.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Falexa%2Falexa-skills-kit-sdk-for-python%2Fissues%2F35&data=02%7C01%7Ctimothy.cloninger%40life.church%7Cc4ae4b1530244cbac29a08d62949a0c4%7C8c9a6ca9b4314964afb4b8e1a2ba636f%7C1%7C0%7C636741793541517883&sdata=z3u6dn6Vab3ZgkzgIoMpQfGgLwhnYJj%2B60naZdgM5Ow%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAngkPJ7NtQthhl2HtrvKc4j2hVV75fdks5uhN-TgaJpZM4XGWjt&data=02%7C01%7Ctimothy.cloninger%40life.church%7Cc4ae4b1530244cbac29a08d62949a0c4%7C8c9a6ca9b4314964afb4b8e1a2ba636f%7C1%7C0%7C636741793541517883&sdata=GJG44avN233gfVq6qH28KDkIJDLQcGbohbb7NebNAIE%3D&reserved=0.

nikhilym commented 6 years ago

Hey @MuhammadAnns , the ASK Python SDK does support Echo Buttons, similar to ASK NodeJS SDK.

nikhilym commented 6 years ago

Thanks @timothyaaron for providing a button trivia template example. @MuhammadAnns , for any other echo button skill samples, please raise a user voice request here and link the raised request to this issue, so that the community will know where to vote for it 😄

nikhilym commented 6 years ago

I just checked User Voice and there seems to be already a feature request for this here. Please voice your feedback and vote on that so that we can prioritize accordingly.

timothyaaron commented 6 years ago

Sorry. Should have mentioned that request. It's mine. Didn't seem like it was getting any traction, so I just did it myself. :)

nikhilym commented 6 years ago

Closing this feature request and tracking the same on UserVoice. We will look into providing an example skill if we get more traction. @MuhammadAnns , please reopen the issue or create another issue in case you have any other question.

MuhammadAnns commented 6 years ago

Much thanks @timothyaaron and @nikhilym

Really sorry for a late reply.