Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 953 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 953 Bytes

Alexa skill - SalesBriefing v1.0

This skill speaks some fictitious sales for the previous day by downloading data from S3. The skill also dispays additional information, a card, when activated from FireTV. Launch the skill with "Alexa, open Sales Briefing." No login or account linking is needed.

Source Files

IntentSchema.json
This schema defines the intents and word formats for which our skill will listen. This code needs to be entered into the skill configuration on the Alexa page of your Amazon Developer Account.

SalesBriefing.py
This is the Python source code for the Lambda function that powers the skill.

SampleUtterances.txt
This code needs to be entered into the skill configuration on the Alexa page of your Amazon Developer Account.

IntentSchema.json
This json needs to be entered into the skill configuration on the Alexa page of your Amazon Developer Account.