Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c84bd21 authored by Tony Mak's avatar Tony Mak
Browse files

Add annotator model name in ConversationActionsEvent


Test: m

Bug: 141455513
Change-Id: Ia20eeacbae6e07781521577d8ba229ab0fce3083
parent 666ac4c0
Loading
Loading
Loading
Loading
+7 −4
Original line number Original line Diff line number Diff line
@@ -7107,7 +7107,7 @@ message TextSelectionEvent {
    // Event type of this event.
    // Event type of this event.
    optional android.stats.textclassifier.EventType event_type = 2;
    optional android.stats.textclassifier.EventType event_type = 2;


    // Name of the model that is involved in this event.
    // Name of the annotator model that is involved in this event.
    optional string model_name = 3;
    optional string model_name = 3;


    // Type of widget that was involved in triggering this event.
    // Type of widget that was involved in triggering this event.
@@ -7147,7 +7147,7 @@ message TextLinkifyEvent {
    // Event type of this event.
    // Event type of this event.
    optional android.stats.textclassifier.EventType event_type = 2;
    optional android.stats.textclassifier.EventType event_type = 2;


    // Name of the model that is involved in this event.
    // Name of the annotator model that is involved in this event.
    optional string model_name = 3;
    optional string model_name = 3;


    // Type of widget that was involved in triggering this event.
    // Type of widget that was involved in triggering this event.
@@ -7187,7 +7187,7 @@ message ConversationActionsEvent {
    // Event type of this event.
    // Event type of this event.
    optional android.stats.textclassifier.EventType event_type = 2;
    optional android.stats.textclassifier.EventType event_type = 2;


    // Name of the model that is involved in this event.
    // Name of the actions model that is involved in this event.
    optional string model_name = 3;
    optional string model_name = 3;


    // Type of widget that was involved in triggering this event.
    // Type of widget that was involved in triggering this event.
@@ -7207,6 +7207,9 @@ message ConversationActionsEvent {


    // Name of source package.
    // Name of source package.
    optional string package_name = 9;
    optional string package_name = 9;

    // Name of the annotator model that is involved in this event.
    optional string annotator_model_name = 10;
}
}


/**
/**
@@ -7221,7 +7224,7 @@ message LanguageDetectionEvent {
    // Event type of this event.
    // Event type of this event.
    optional android.stats.textclassifier.EventType event_type = 2;
    optional android.stats.textclassifier.EventType event_type = 2;


    // Name of the model that is involved in this event.
    // Name of the language detection model that is involved in this event.
    optional string model_name = 3;
    optional string model_name = 3;


    // Type of widget that was involved in triggering this event.
    // Type of widget that was involved in triggering this event.