I am building an action using DialogFlow for Google Action.
In general, We can start a session by "talk to {action_name}...", then we won't need to say the wake word again.
I was wondering how to handle the situation that user keep using "talk to..." after the session has already started?
For example:
User: talk to
{action-name}
Google: Alright. Getting the test version of...(session started)
User: ask
{action-name}
to ....Google: I can't understand...
I've run into this once. If your intent has parameters, Dialogflow is often smart enough to ignore that and match intents.
Other times, if there's no parameters, this may cause Dialogflow to get tripped up. Using the History tab, you can see what users may run into issues. You can then add an extra training phrase and Dialogflow will update its model.