I would like to know how to force dialogflow to use implicit invocation on my intents.
I have set up a custom domotic system (light, heating, coffee machine, etc..). it's controlled by a raspberry pi with webhook for dialogflow and it works fine. BUT I can't succed to call it implicitly.
For exemple, if i say : "Ok google, i want to speak with assistant" "Power on the light" It works.
But if i just say : "Ok google, power on the light" It answer : "You havent set up this light" (witch is the default responce of google assistant, not mine).
Does anyone know how to force it to use mine instead ? Thanks in advance.