How to use Text Prediction to learn the keywords using Machine learning to map to the fields.
Example-PhoneNumber:1234567890, this should map to PhoneNumber property. Similarly in some case the PhoneNumber comes under ContactNumber:1234567890, this should also map to PhoneNumber property.
How to train the data and map to UI using activity/DT
To map the properties in the Text Prediction UI with the feedback, select the keyword (1234567890) and map the corresponding entity list to the feedback. You can use the pxCaptureTAFeedback API to add feedback to the Text Prediction by providing the modelName, class, text, and actual result parameters. By incorporating this feedback, we can update the text prediction model with training records.
Please verify if the text prediction build was successful. If it was, you should see training records for the entity in the outcomes tab. If it was not, check the corresponding error message. Ensure that enough records are added to build the model, so you can see it is being trained.
Could you let me know if, after adding the feedback data to text prediction, you can see the records in the model by downloading the feedback data?
To map the properties in the Text Prediction UI with the feedback, select the keyword (1234567890) and map the corresponding entity list to the feedback. You can use the pxCaptureTAFeedback API to add feedback to the Text Prediction by providing the modelName, class, text, and actual result parameters. By incorporating this feedback, we can update the text prediction model with training records.