Skip to content

Commit

Permalink
updated help response
Browse files Browse the repository at this point in the history
  • Loading branch information
keshawilliams committed Nov 29, 2019
1 parent 6a94a26 commit 7e35c26
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 33 deletions.
4 changes: 1 addition & 3 deletions Alexa_Settings_API/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
4 changes: 1 addition & 3 deletions Connecting_Lambda_To_DynamoDB/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

return (
handler_input.response_builder
Expand Down
4 changes: 1 addition & 3 deletions Customer_Profile_API/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
4 changes: 1 addition & 3 deletions Develop_Backend_Logic/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

return (
handler_input.response_builder
Expand Down
4 changes: 1 addition & 3 deletions In_Skill_Purchasing_ISP/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
4 changes: 1 addition & 3 deletions Location_Services/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
4 changes: 1 addition & 3 deletions Security_And_Privacy/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
4 changes: 1 addition & 3 deletions Sound_Effects/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down
4 changes: 1 addition & 3 deletions Visual_Components/cards/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(response_builder)
Expand Down
4 changes: 1 addition & 3 deletions Visual_Components/display_templates/code/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def can_handle(self, handler_input):

def handle(self, handler_input):
# type: (HandlerInput) -> Response
speak_output = "Hello, adventurer! It's good to see you! Your wealth or energy either increase or decrease based on the choices "
"you make while on your adventure. When you run out of either, the game ends. "
"To start your adventure, say visit Italy or Australia."
speak_output = "Hello, adventurer! It's good to see you! To play this game, start by saying, visit Italy or visit Australia. If you're stuck on a hard level, say speak to the guide. Don't forget that your wealth or energy either increase or decrease based on the choices you make while on your adventure. When you run out of either, the game ends. "

response_builder = handler_input.response_builder
include_display(handler_input)
Expand Down

0 comments on commit 7e35c26

Please sign in to comment.