activities
latest
false
  • 发行说明
      • 2024 年 6 月
      • 2024 年 5 月
      • 2024 年 1 月
  • 概述
  • Uploading data to Communications Mining
  • Using the Dispatcher Framework
  • 活动参考
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Communications Mining 活动
Last updated 2024年10月11日

常见问题

In this section we provide answers to some common questions within the Communications Mining framework.

How do I read a user property?

For your stream result just use the syntax StreamResult.Comment.UserProperties(<NAME>).ToString().
备注:
The name of your user property should be prefixed with its data type, for example, Message ID or number:Order Count. So the complete expression will be StreamResult.Comment.UserProperties("string:Message ID").ToString().

How do I check if an extraction has exceeded a threshold?

There are two ways to check if an extraction has exceeded the threshold:

  1. Access the LabelExtraction via one of the ...OverOccurrenceConfidenceThreshold... helper functions, which will automatically filter out the LabelExtractions that have not exceeded your threshold
  2. Use the following syntax: LabelExtraction.OccurenceConfidence.HasExceededThreshold(<threshold name>)

How do I locate my email in exchange when using the Exchange Integration?

When using Communication Mining’s out of the box exchange integration, you can obtain the exchange message id by looking at the Message ID user property. The syntax is detailed in the How do I read a user property section. You can then use this Message ID with any of the Outlook activities to get the specific email.

How do I use my StreamResult in my downstream automation?

The dispatcher framework saves the StreamResult as JSON in your Orchestrator Queue when it is added. To use this data later, import the Communications UiPath.CommunicationsMining.Activities activity into your downstream process. Then use the syntax Newtonsoft.Json.JsonCovert.DeserializeObject(of StreamResult)(<json data here>) to convert the JSON string back into a StreamResult.

What’s a leaf label?

A label label is a label prediction that doesn’t have any children, these are the most granular labels in your taxonomy. In the following example the leaf label is Account Change > Address > Billing.
Account Change
Account Change > Address
Account Change > Address > BillingAccount Change
Account Change > Address
Account Change > Address > Billing

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。