I am trying to figure out how I can embed Google Actions responses, such as the carousel, in a webhook response for DialogFlow.
As epxlained in Is there a way to simply follow a URL in the Caroussel Selector?, the carousel selector can be used to present the user certain options. When the user clicks, the selected item will be sent back to the backend server. As said, I am using Dialogflow, so the fulfillment server will send the carousel list to the Assistant.
It is not clear to me on which REST endpoint the information about the selected item will be provided. Will this be on the Dialogflow webhook endpoint? Or do I have to provision a Google Actions webhook for this (with gactions
CLI tool)?
In case of the latter, how can we prevent that this configuration will not clash with the Dialogflow configuration? As I am not using Google Actions for actual conversation flow, should I have a custom actions.json
which does not listen to any welcome phrases?