Quick summary
Dialogflow context lets you control conversation flow by linking intents through shared input and output contexts. Setting context on an intent ensures your chatbot responds correctly based on what was said in previous turns of the conversation.
Steps
- Inside the main Dialogflow dashboard, find and open the intent you want to edit.
- Click the Context tab within the intent editor.
- Enter a unique name into the input context field to define when this intent should be triggered.
- Enter a name into the output context field to define what context this intent passes forward after it fires.
- Click the Save button in the top-right corner to apply your changes.
- Confirm the intent is saved and the newly added context is active and enabled.



