feat: Adds an event for the Google Translate usage (#8175)

This commit is contained in:
Sivin Varghese
2023-10-24 15:34:51 +05:30
committed by GitHub
parent 6d9b2a6b33
commit 2e54f4a67c
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ export const CONVERSATION_EVENTS = Object.freeze({
SENT_MESSAGE: 'Sent a message',
SENT_PRIVATE_NOTE: 'Sent a private note',
INSERTED_A_CANNED_RESPONSE: 'Inserted a canned response',
TRANSLATE_A_MESSAGE: 'Translated a message',
INSERTED_A_VARIABLE: 'Inserted a variable',
USED_MENTIONS: 'Used mentions',
SEARCH_CONVERSATION: 'Searched conversations',