chore: Add June event for AI reply suggest dismissal (#7601)
This commit is contained in:
@@ -61,6 +61,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
hideAIAssistanceModal() {
|
hideAIAssistanceModal() {
|
||||||
|
this.recordAnalytics('DISMISS_AI_SUGGESTION', {
|
||||||
|
aiOption: this.aiOption,
|
||||||
|
});
|
||||||
this.showAIAssistanceModal = false;
|
this.showAIAssistanceModal = false;
|
||||||
},
|
},
|
||||||
openAIAssist() {
|
openAIAssist() {
|
||||||
|
|||||||
@@ -89,4 +89,5 @@ export const OPEN_AI_EVENTS = Object.freeze({
|
|||||||
SIMPLIFY: 'OpenAI: Used simplify',
|
SIMPLIFY: 'OpenAI: Used simplify',
|
||||||
APPLY_LABEL_SUGGESTION: 'OpenAI: Apply label from suggestion',
|
APPLY_LABEL_SUGGESTION: 'OpenAI: Apply label from suggestion',
|
||||||
DISMISS_LABEL_SUGGESTION: 'OpenAI: Dismiss label suggestions',
|
DISMISS_LABEL_SUGGESTION: 'OpenAI: Dismiss label suggestions',
|
||||||
|
DISMISS_AI_SUGGESTION: 'OpenAI: Dismiss AI suggestions',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user