Add ability to register actions

This commit is contained in:
Mark Backman
2024-11-15 13:35:45 -05:00
parent 4e0ecdd673
commit 686165b95a
2 changed files with 38 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ flow_config = {
},
}
],
"actions": [{"type": "tts.say", "text": "Let me help you order a pizza..."}],
"actions": [{"type": "tts_say", "text": "Let me help you order a pizza..."}],
},
"choose_sushi": {
"message": {
@@ -109,7 +109,7 @@ flow_config = {
},
}
],
"actions": [{"type": "tts.say", "text": "Ok, one moment..."}],
"actions": [{"type": "tts_say", "text": "Ok, one moment..."}],
},
},
}