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

Commit d8bf7e13 authored by Tony Mak's avatar Tony Mak Committed by Android (Google) Code Review
Browse files

Merge "Add annotator model name in ConversationActionsEvent"

parents 49261572 9c84bd21
Loading
Loading
Loading
Loading
+7 −4
Original line number Original line Diff line number Diff line
@@ -7141,7 +7141,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.
@@ -7181,7 +7181,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.
@@ -7221,7 +7221,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.
@@ -7241,6 +7241,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;
}
}


/**
/**
@@ -7255,7 +7258,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.