I am using Dialogflow and have x amount of Intents setup in a particular structure including both contextless intents & follow-up intents.
With this I have 1 default "Welcome Intent" that has a simple Text Response. However I also have a Google Assistance Response "Basic Card" type that I wish to be emitted before the default text response and was wondering if this is possible?
Alternatively I would like to be able to chain Intents in a way that it doesn't require user input before triggering the next Intent. I have seen Triggering next intent without user input in Dialogflow referring to the API or Webhooks, although that seems to either require "Cloud Functions" enabled or for Webhooks specifying an endpoint on an application outside of Dialogflow. I would preferably have this logic contained within Dialogflow, so rather not with Webhooks. Via the API it's not immediately clear to me how to approach this so any guidance on this would be helpful.
I am also aware of similar questions raised on this, pointing out that Intents are based on user input / intentions, but regardless of this design I am still wondering if it were possible within the constraints outlined above?