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."],[[["This document details the various event types that can occur within a conversation, including those initiated through API or telephony."],["Events include `CONVERSATION_STARTED` for new conversations and `CONVERSATION_FINISHED` for closed conversations, triggered by call actions or API requests."],["`HUMAN_INTERVENTION_NEEDED` signals when a conversation requires human assistance based on Dialogflow feedback."],["`NEW_MESSAGE` events indicate when a new message has been received, and `NEW_RECOGNITION_RESULT` events convey new speech recognition results."],["`UNRECOVERABLE_ERROR` events signify critical errors during a telephone call that may cause Dialogflow to stop responding, generally caused by misconfigurations."]]],[]]