diff --git a/main.xaml b/main.xaml new file mode 100644 index 0000000..5c225f9 --- /dev/null +++ b/main.xaml @@ -0,0 +1,392 @@ + + + + System.Activities + System.Activities.Statements + System.Activities.Expressions + System.Activities.Validation + System.Activities.XamlIntegration + Microsoft.VisualBasic + Microsoft.VisualBasic.Activities + System + System.Collections + System.Collections.Generic + System.Data + System.Diagnostics + System.Drawing + System.IO + System.Linq + System.Net.Mail + System.Xml + System.Xml.Linq + UiPath.Core + UiPath.Core.Activities + System.Windows.Markup + System.Collections.ObjectModel + System.Activities.DynamicUpdate + System.Reflection + System.Runtime.InteropServices + System.Runtime.Serialization + UiPath.MLServices + UiPath.MLServices.Enums + UiPath.MLServices.Activities + UiPath.Shared.Activities + Newtonsoft.Json.Linq + Newtonsoft.Json + System.Dynamic + System.ComponentModel + System.Collections.Specialized + UiPath.Web.Activities + UiPath.Excel + UiPath.Excel.Activities + Microsoft.VisualBasic.CompilerServices + UiPath.Mail.Outlook.Activities + System.Xml.Serialization + UiPath.Mail + UiPath.Mail.Activities + + + + + System.Activities + Microsoft.VisualBasic + mscorlib + System.Data + System + System.Drawing + System.Core + System.Xml + System.Xml.Linq + PresentationFramework + WindowsBase + PresentationCore + System.Xaml + UiPath.System.Activities + UiPath.UiAutomation.Activities + System.Data.DataSetExtensions + UiPath.MLServices + UiPath.MLServices.Activities + Newtonsoft.Json + UiPath.Web.Activities + UiPath.Excel.Activities.Design + UiPath.Excel.Activities + UiPath.Mail.Activities + + + + + + + + + + True + 0,2.5 + 60,75 + 60,40 240,40 240,54.5 + + + + __ReferenceID7 + + + + + 120,141 + 200,51 + 220,192 220,222 240,222 240,249 + + + + + + + + + + + + + + + + + + + True + + + + + [input] + + + [email.body.ToString] + + + + + [input] + + + [input.Trim()] + + + + + + + + __ReferenceID0 + + + + + + + + + False + False + + + + + + + [language] + + + [JSONObject("language").ToString] + + + + + [confidence] + + + [JSONObject("confidence").ToString] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 140,249 + 200,22 + 240,271 240,301 270,301 270,314.5 + + + + + + True + + + + + + + + 170,314.5 + 200,51 + 270,365.5 270,394.5 + + + + + + + + + + + + + + 170,394.5 + 200,51 + 270,445.5 270,474.5 + + + + + + + + + + + + + + + + + + + + + + + + True + + + + + [time] + + + [email.Headers("Date")] + + + + + [sender] + + + [email.From.ToString] + + + + + [subject] + + + [email.Subject] + + + + + [input] + + + [email.body.ToString] + + + + + [input] + + + [input.Trim()] + + + + + + + + + __ReferenceID1 + + + + + + + + False + False + + + + + + + [sentiment] + + + [JSONObject("sentiment").ToString] + + + + + [confidence] + + + [JSONObject("confidence").ToString] + + + + + + + + + + + + 170,474.5 + 200,51 + + + + + + True + + + + + + + + + + + + + + + + 140,54.5 + 200,22 + 240,76.5 240,106.5 220,106.5 220,141 + + + + + + True + + + + + __ReferenceID2 + + + __ReferenceID3 + __ReferenceID4 + __ReferenceID5 + __ReferenceID6 + + \ No newline at end of file diff --git a/project.json b/project.json new file mode 100644 index 0000000..ad21bad --- /dev/null +++ b/project.json @@ -0,0 +1,57 @@ +{ + "name": "AI Enabled Email Classifier", + "description": "Blank Process", + "main": "Main.xaml", + "dependencies": { + "UiPath.Excel.Activities": "[4.12.5]", + "UiPath.Mail.Activities": "[2.12.4]", + "UiPath.MLServices.Activities": "[1.1.5]", + "UiPath.System.Activities": "[21.5.3]", + "UiPath.UIAutomation.Activities": "[22.3.5]", + "UiPath.WebAPI.Activities": "[1.5.0]" + }, + "webServices": [], + "entitiesStores": [], + "schemaVersion": "4.0", + "studioVersion": "22.3.5.0", + "projectVersion": "2.0.0", + "runtimeOptions": { + "autoDispose": false, + "isPausable": true, + "requiresUserInteraction": true, + "supportsPersistence": false, + "excludedLoggedData": [ + "Private:*", + "*password*" + ], + "executionType": "Workflow", + "readyForPiP": false, + "startsInPiP": false + }, + "designOptions": { + "projectProfile": "Developement", + "outputType": "Process", + "libraryOptions": { + "includeOriginalXaml": false, + "privateWorkflows": [] + }, + "processOptions": { + "ignoredFiles": [] + }, + "fileInfoCollection": [], + "modernBehavior": false + }, + "expressionLanguage": "VisualBasic", + "entryPoints": [ + { + "filePath": "Main.xaml", + "uniqueId": "6f4ee72b-416e-4abf-9835-44608b89b699", + "input": [], + "output": [] + } + ], + "isTemplate": false, + "templateProjectData": {}, + "publishData": {}, + "targetFramework": "Legacy" +} \ No newline at end of file