Back to Templates
This template allows you to easily update the response of a Dialogflow intent by simply typing a keyword in Telegram. Ideal for those who need to edit responses without accessing the Dialogflow console.
Telegram Trigger
node.User validation by ID
node to ensure only authorized people can execute the action.update
using the Keyword validation
node.HTTP Request GET
node to fetch the full intent in JSON format from the Dialogflow API.HTTP Request UPDATE
node (PATCH
).Mensaje de confirmación
node.Invalid user message
or Invalid keyword message
nodes.PROJECT_ID
and INTENT_ID
from the intent's URL in Dialogflow.jsonBody
content in the HTTP Request UPDATE
node, removing the outer curly braces {}
.