Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Names removed to protect the innocent
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Montano committed Mar 1, 2022
1 parent eb80028 commit fdbd7c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lambda/constants.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lambda/dialog/HomeDialog.js
Original file line number Diff line number Diff line change
@@ -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.
<break strength="strong" />
You can check on your electricity bill, report an outage or get estimated restoration time for an outage in your area.`,
],
Expand Down
2 changes: 1 addition & 1 deletion skill-package/interactionModels/custom/en-US.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"interactionModel": {
"languageModel": {
"invocationName": "ameren energy skill",
"invocationName": "energy skill",
"intents": [
{
"name": "AMAZON.CancelIntent",
Expand Down
6 changes: 3 additions & 3 deletions skill-package/skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fdbd7c4

Please sign in to comment.