2cc81c4628
Add local clipboard intent recommendations, webpage and phone actions, and safer host handoffs. Refine managed gateway, catalog refresh, onboarding, and adaptive polish behavior.
78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"classifiers" : [
|
|
{
|
|
"acceptedForAutomaticRouting" : true,
|
|
"algorithm" : "maxEnt",
|
|
"confidenceThreshold" : 0.6,
|
|
"id" : "task",
|
|
"labels" : [
|
|
"notTask",
|
|
"task"
|
|
],
|
|
"modelFile" : "TaskIntentClassifier.mlmodel",
|
|
"positiveLabel" : "task"
|
|
},
|
|
{
|
|
"acceptedForAutomaticRouting" : true,
|
|
"algorithm" : "maxEnt",
|
|
"confidenceThreshold" : 0.6,
|
|
"id" : "question",
|
|
"labels" : [
|
|
"notQuestion",
|
|
"question"
|
|
],
|
|
"modelFile" : "QuestionIntentClassifier.mlmodel",
|
|
"positiveLabel" : "question"
|
|
},
|
|
{
|
|
"acceptedForAutomaticRouting" : true,
|
|
"algorithm" : "maxEnt",
|
|
"confidenceThreshold" : 0.77,
|
|
"id" : "invitation",
|
|
"labels" : [
|
|
"notInvitation",
|
|
"invitation"
|
|
],
|
|
"modelFile" : "InvitationIntentClassifier.mlmodel",
|
|
"positiveLabel" : "invitation"
|
|
},
|
|
{
|
|
"acceptedForAutomaticRouting" : true,
|
|
"algorithm" : "maxEnt",
|
|
"confidenceThreshold" : 0.68,
|
|
"id" : "complaint",
|
|
"labels" : [
|
|
"notComplaint",
|
|
"complaint"
|
|
],
|
|
"modelFile" : "ComplaintIntentClassifier.mlmodel",
|
|
"positiveLabel" : "complaint"
|
|
},
|
|
{
|
|
"acceptedForAutomaticRouting" : true,
|
|
"algorithm" : "maxEnt",
|
|
"confidenceThreshold" : 0.6,
|
|
"id" : "replyableMessage",
|
|
"labels" : [
|
|
"notReplyableMessage",
|
|
"replyableMessage"
|
|
],
|
|
"modelFile" : "ConversationalReplyIntentClassifier.mlmodel",
|
|
"positiveLabel" : "replyableMessage"
|
|
},
|
|
{
|
|
"acceptedForAutomaticRouting" : true,
|
|
"algorithm" : "maxEnt",
|
|
"id" : "sentiment",
|
|
"labels" : [
|
|
"negative",
|
|
"neutral",
|
|
"positive"
|
|
],
|
|
"modelFile" : "SentimentClassifier.mlmodel"
|
|
}
|
|
],
|
|
"corpusRecordCount" : 7272,
|
|
"generatedAt" : "2026-08-22T09:30:13Z",
|
|
"schemaVersion" : 1
|
|
} |