When running a correct script that has the webhook made with virtual-google-assistant
Environment:
Version: 0.3.0
Steps To Reproduce
Steps to reproduce the behavior:
Setup a Google action using DialogFlow V2 SDK
Run a test for a specific intent different than the Default Welcome Intent
Expected behavior
Test run correctly
Actual behavior
The following error appears:
Dialogflow IntentHandler not found for intent:
Error: Dialogflow IntentHandler not found for intent:
Additional context
This happens because we set the intent.name as a UUID and set the intent name in the intent.displayName, using a filter to set the intent.name to intent.displayName works.
Description:
When running a correct script that has the webhook made with virtual-google-assistant
Environment:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test run correctly
Actual behavior
The following error appears:
Dialogflow IntentHandler not found for intent: Error: Dialogflow IntentHandler not found for intent:
Additional context
This happens because we set the intent.name as a UUID and set the intent name in the intent.displayName, using a filter to set the intent.name to intent.displayName works.