-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
307d467
commit 80b666c
Showing
38 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Business Email Compromise - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "bec" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "bec" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Business Email Compromise" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Business Email Compromise - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "bec" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "bec" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Business Email Compromise" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Business Email Compromise - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "bec" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "bec" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Business Email Compromise" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Benign - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "benign" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "benign" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Benign" | ||
- "Benign" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Benign - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "benign" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "benign" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Benign" | ||
- "Benign" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Benign - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "benign" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "benign" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Benign" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Callback Scam - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "callback_scam" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "callback_scam" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Callback Scam" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Callback Scam - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "callback_scam" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "callback_scam" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Callback Scam" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Callback Scam - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "callback_scam" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "callback_scam" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Callback Scam" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Financial" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "financial") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "financial") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Greeting" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "greeting") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "greeting") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Invoice - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "invoice" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "invoice" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Invoice" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Invoice - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "invoice" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "invoice" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Invoice" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Invoice - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "invoice" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "invoice" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Invoice" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Job Scam - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "job_scam" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "job_scam" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Job Scam" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Job Scam - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "job_scam" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "job_scam" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Job Scam" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Job Scam - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "job_scam" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "job_scam" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Job Scam" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Organization" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "org") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "org") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Payment - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "payment" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "payment" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Payment" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Payment - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "payment" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "payment" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Payment" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Payment - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "payment" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "payment" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Payment" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Purchase Order - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "purchase_order" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "purchase_order" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Purchase Order" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Purchase Order - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "purchase_order" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "purchase_order" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Purchase Order" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Tag: Purchase Order - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).tags, .name == "purchase_order" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).tags, .name == "purchase_order" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Purchase Order" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Recipient" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "recipient") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "recipient") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Request" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "request") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "request") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Salutation" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "salutation") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "salutation") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Sender" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "sender") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "sender") | ||
tags: | ||
- "Natural Language Understanding" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Steal PII - High Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "steal_pii" and .confidence == "high") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "steal_pii" and .confidence == "high") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Steal PII" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Steal PII - Low Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "steal_pii" and .confidence == "low") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "steal_pii" and .confidence == "low") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Steal PII" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Intent: Steal PII - Medium Confidence" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).intents, .name == "steal_pii" and .confidence == "medium") | ||
any(ml.nlu_classifier(body.current_thread.text).intents, .name == "steal_pii" and .confidence == "medium") | ||
tags: | ||
- "Natural Language Understanding" | ||
- "Steal PII" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: "NLU Entity: Urgency" | ||
type: "query" | ||
source: | | ||
any(ml.nlu_classifier(coalesce(body.html.display_text, body.plain.raw)).entities, .name == "urgency") | ||
any(ml.nlu_classifier(body.current_thread.text).entities, .name == "urgency") | ||
tags: | ||
- "Natural Language Understanding" | ||
|