pvanand commited on
Commit
e582175
·
1 Parent(s): 7682cdd

Update actions/actions.py

Browse files
Files changed (1) hide show
  1. actions/actions.py +1 -1
actions/actions.py CHANGED
@@ -128,7 +128,7 @@ class ActionCostClassify(Action):
128
  class SayHelloWorld(Action):
129
 
130
  def name(self) -> Text:
131
- return "hello_world"
132
 
133
  def run(self,
134
  dispatcher: CollectingDispatcher,
 
128
  class SayHelloWorld(Action):
129
 
130
  def name(self) -> Text:
131
+ return "action_hello_world"
132
 
133
  def run(self,
134
  dispatcher: CollectingDispatcher,