Dialogflow CX handoff
Stay organized with collections
Save and categorize content based on your preferences.
Handoff is the process of transferring an end user conversation from a Dialogflow CX virtual agent to a human agent. When an end user asks to speak with a human agent, Dialogflow CX invokes the built in eventflow-failed-human-escalation, which activates the symbolic transition targetEND_FLOW_WITH_HUMAN_ESCALATION.
End flow
Dialogflow CX ends conversations with the END_FLOW transition, which initiates the handler call stack. When the call stack is empty, END_FLOW_WITH_HUMAN_ESCALATION ends the Dialogflow CX session and transfers the conversation to a human agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-09 UTC."],[],[]]