diff --git a/lambda/constants.js b/lambda/constants.js index b552843..401d95e 100644 --- a/lambda/constants.js +++ b/lambda/constants.js @@ -1,6 +1,6 @@ -const fakeAddress = '123 Ameren Dr' +const fakeAddress = '123 Company Dr' const fakePhoneNumber = '314-333-3333' -const fakeWebsite = 'ameren.com' +const fakeWebsite = 'company.com' module.exports = { fakeAddress, diff --git a/lambda/dialog/HomeDialog.js b/lambda/dialog/HomeDialog.js index 3ba2789..9f18016 100644 --- a/lambda/dialog/HomeDialog.js +++ b/lambda/dialog/HomeDialog.js @@ -1,6 +1,6 @@ const home = { welcome: [ - `Welcome to the Ameren Energy Skill. Ameren Energy Skill is designed to help you interact with your utility company. + `Welcome to the Energy Skill. Energy Skill is designed to help you interact with your utility company. You can check on your electricity bill, report an outage or get estimated restoration time for an outage in your area.`, ], diff --git a/skill-package/interactionModels/custom/en-US.json b/skill-package/interactionModels/custom/en-US.json index c3c74ac..1997685 100644 --- a/skill-package/interactionModels/custom/en-US.json +++ b/skill-package/interactionModels/custom/en-US.json @@ -1,7 +1,7 @@ { "interactionModel": { "languageModel": { - "invocationName": "ameren energy skill", + "invocationName": "energy skill", "intents": [ { "name": "AMAZON.CancelIntent", diff --git a/skill-package/skill.json b/skill-package/skill.json index 4e7cfc1..1f381ab 100644 --- a/skill-package/skill.json +++ b/skill-package/skill.json @@ -5,9 +5,9 @@ "en-US": { "summary": "Sample Short Description", "examplePhrases": [ - "Alexa open the ameren energy skill", - "the ameren energy skill", - "ameren energy skill" + "Alexa open the energy skill", + "the energy skill", + "energy skill" ], "name": "voice-framework-boilerplate", "description": "Sample Full Description"