An existing conversation has received a new speech recognition result.
This is mainly for delivering intermediate transcripts. The notification
is configured inConversationProfile.new_recognition_event_notification_config.
Generated from protobuf enumNEW_RECOGNITION_RESULT = 7;
UNRECOVERABLE_ERROR
Value: 4
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,
when we can recover from an error.
Generated from protobuf enumUNRECOVERABLE_ERROR = 4;
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow V2 Client - Class Type (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-dialogflow/latest/V2.ConversationEvent.Type)\n- [2.1.1](/php/docs/reference/cloud-dialogflow/2.1.1/V2.ConversationEvent.Type)\n- [2.0.1](/php/docs/reference/cloud-dialogflow/2.0.1/V2.ConversationEvent.Type)\n- [1.17.2](/php/docs/reference/cloud-dialogflow/1.17.2/V2.ConversationEvent.Type)\n- [1.16.0](/php/docs/reference/cloud-dialogflow/1.16.0/V2.ConversationEvent.Type)\n- [1.15.1](/php/docs/reference/cloud-dialogflow/1.15.1/V2.ConversationEvent.Type)\n- [1.14.0](/php/docs/reference/cloud-dialogflow/1.14.0/V2.ConversationEvent.Type)\n- [1.13.0](/php/docs/reference/cloud-dialogflow/1.13.0/V2.ConversationEvent.Type)\n- [1.12.3](/php/docs/reference/cloud-dialogflow/1.12.3/V2.ConversationEvent.Type)\n- [1.11.0](/php/docs/reference/cloud-dialogflow/1.11.0/V2.ConversationEvent.Type)\n- [1.10.2](/php/docs/reference/cloud-dialogflow/1.10.2/V2.ConversationEvent.Type)\n- [1.9.0](/php/docs/reference/cloud-dialogflow/1.9.0/V2.ConversationEvent.Type)\n- [1.8.0](/php/docs/reference/cloud-dialogflow/1.8.0/V2.ConversationEvent.Type)\n- [1.7.2](/php/docs/reference/cloud-dialogflow/1.7.2/V2.ConversationEvent.Type)\n- [1.6.0](/php/docs/reference/cloud-dialogflow/1.6.0/V2.ConversationEvent.Type)\n- [1.5.0](/php/docs/reference/cloud-dialogflow/1.5.0/V2.ConversationEvent.Type)\n- [1.4.0](/php/docs/reference/cloud-dialogflow/1.4.0/V2.ConversationEvent.Type)\n- [1.3.2](/php/docs/reference/cloud-dialogflow/1.3.2/V2.ConversationEvent.Type)\n- [1.2.0](/php/docs/reference/cloud-dialogflow/1.2.0/V2.ConversationEvent.Type)\n- [1.1.1](/php/docs/reference/cloud-dialogflow/1.1.1/V2.ConversationEvent.Type)\n- [1.0.1](/php/docs/reference/cloud-dialogflow/1.0.1/V2.ConversationEvent.Type) \nReference documentation and code samples for the Google Cloud Dialogflow V2 Client class Type.\n\nEnumeration of the types of events available.\n\nProtobuf type `google.cloud.dialogflow.v2.ConversationEvent.Type`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ V2 \\\\ ConversationEvent\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TYPE_UNSPECIFIED\n\n Value: 0\n\nType not set.\n\nGenerated from protobuf enum `TYPE_UNSPECIFIED = 0;`\n\n### CONVERSATION_STARTED\n\n Value: 1\n\nA new conversation has been opened. This is fired when a telephone call\nis answered, or a conversation is created via the API.\n\nGenerated from protobuf enum `CONVERSATION_STARTED = 1;`\n\n### CONVERSATION_FINISHED\n\n Value: 2\n\nAn existing conversation has closed. This is fired when a telephone call\nis terminated, or a conversation is closed via the API.\n\nGenerated from protobuf enum `CONVERSATION_FINISHED = 2;`\n\n### HUMAN_INTERVENTION_NEEDED\n\n Value: 3\n\nAn existing conversation has received notification from Dialogflow that\nhuman intervention is required.\n\nGenerated from protobuf enum `HUMAN_INTERVENTION_NEEDED = 3;`\n\n### NEW_MESSAGE\n\n Value: 5\n\nAn existing conversation has received a new message, either from API or\ntelephony. It is configured in\n[ConversationProfile.new_message_event_notification_config](/php/docs/reference/cloud-dialogflow/latest/V2.ConversationProfile#_Google_Cloud_Dialogflow_V2_ConversationProfile__getNewMessageEventNotificationConfig__)\n\nGenerated from protobuf enum `NEW_MESSAGE = 5;`\n\n### NEW_RECOGNITION_RESULT\n\n Value: 7\n\nAn existing conversation has received a new speech recognition result.\n\nThis is mainly for delivering intermediate transcripts. The notification\nis configured in\nConversationProfile.new_recognition_event_notification_config.\n\nGenerated from protobuf enum `NEW_RECOGNITION_RESULT = 7;`\n\n### UNRECOVERABLE_ERROR\n\n Value: 4\n\nUnrecoverable error during a telephone call.\n\nIn general non-recoverable errors only occur if something was\nmisconfigured in the ConversationProfile corresponding to the call. After\na non-recoverable error, Dialogflow may stop responding.\nWe don't fire this event:\n\n- in an API call because we can directly return the error, or,\n- when we can recover from an error.\n\nGenerated from protobuf enum `UNRECOVERABLE_ERROR = 4;`"]]