An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in [ConversationProfile.new_recognition_event_notification_config][].
UNRECOVERABLE_ERROR
Unrecoverable error during a telephone call.
In general non-recoverable errors only occur if something was misconfigured in the ConversationProfile corresponding to the call. After a non-recoverable error, Dialogflow may stop responding.
We don't fire this event:
in an API call because we can directly return the error, or,
[[["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 2025-01-15 UTC."],[[["The content defines the different types of events that can occur within a conversation system."],["Events range from the start and finish of conversations to the receipt of new messages or speech recognition results."],["There is an event for when human intervention is needed in a conversation, as indicated by Dialogflow."],["An \"UNRECOVERABLE_ERROR\" event signals critical issues during a phone call, usually due to misconfiguration, that might cause Dialogflow to cease functioning."],["There is an event that is not fired in API calls or recoverable errors because they can be directly returned or recovered from."]]],[]]