In DialogFlow, in the Google Assistant integration settings, I've added an "Implicit Invocation" to one of the intents in the DialogFlow agent.
That Intent is sent for fulfillment to my Node.js code. In that code, how can I know if it was called via the "implicit invocation" or while the user is interacting with the agent?
I need to respond in a slightly different way and immediately end the conversation. So, I need to know if it was from a deep link. I can't simply make a different Intent because the training phrases would all be the same.