For no input we have configured the following events in Google Dialogflow:
GENESYS_INITIAL_NO_INPUT
GENESYS_NO_INPUT
These events were mentioned in the Purecloud documentation. As expected, we are able to achieve the invalid input and no input scenarios seperately when the user calls.
However, the challenge I am facing is for mixing the invalid input and no input scenarios. Are there particular events set up by Genesys for achieving INVALID INPUT / NO MATCH scenario?
Do we have any even for no match like (GENESYS_INITIAL_NO_MATCH) as we have for no input
GENESYS_INITIAL_NO_INPUT, GENESYS_NO_INPUT. an you please confirm.
Hello,
No, there is no Genesys event for NO MATCH.
When Google attempts to match an intent based on input, and it cannot, it will automatically send back the "Default Fallback Intent".
This is a completely different mechanism than the No Input functionality, since Dialogflow itself does not handle No Input - this is a feature of the Genesys Cloud voice service.
If you want to control what intent is returned on a No Match, you could utilize a webhook.
Or you could also setup a fallback intent that is specifically tied to a particular intent by creating a followup intent.