QuestionQ448

Communications Mining

Which of the following statements correctly describes the StreamResult.Comment property in a UiPath Communications Mining stream?

  • A It includes both the original comment information and the Communications Mining predictions in a single field, with StreamResult.Comment.UserProperties being particularly important for retrieving user properties in automations.
  • B It stores the predictions made by Communications Mining about the comment content, with StreamResult.Comment.Labels being particularly important for retrieving the predicted labels.
  • C It holds the value used in the advance stream activity to move to a specific comment using the advance stream functionality.
  • D It contains all information about the original comment, with StreamResult.Comment.UserProperties being particularly important for retrieving user properties in automations.
Explanation

StreamResult.Comment contains all information about the original comment, excluding Communications Mining predictions. User properties for automations are retrieved through StreamResult.Comment.UserProperties; prediction data is held in StreamResult.Prediction.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!