package N;

import android.view.textclassifier.TextClassification;

/* JADX INFO: loaded from: classes.dex */
public final class h extends b {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final TextClassification f5124b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f5125c;

    public h(Object obj, TextClassification textClassification, int i6) {
        super(obj);
        this.f5124b = textClassification;
        this.f5125c = i6;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TextContextMenuRemoteActionItem(key=");
        sb.append(this.f5112a);
        sb.append(", textClassification=");
        sb.append(this.f5124b);
        sb.append(", index=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f5125c, ')');
    }
}
