com.glide.cs.entity_confidence_threshold
ServiceNow property description:
DEPRECATED - no longer used. Refer to open_nlu_driver table for this value. Sets the NLU confidence score for an entity in the current intent. If the score is met, the entity will be applied as a value to corresponding prompts in the topic; if the score is not met, the entity will be recommended instead.
Attributes
- Sys ID: dc0adde773183300c1dc32e954f6a759
- Type: string
- Application: Global
- Default value: 0.5

AI generated property description:
The ServiceNow property `com.glide.cs.entity_confidence_threshold` is deprecated and no longer in use. Instead, the value for this property is now referenced from the `open_nlu_driver` table. This property was originally designed to set the NLU (Natural Language Understanding) confidence score for an entity within the current intent. If the entity's confidence score met the specified threshold, it would be applied as a value to the corresponding prompts in the topic. If the score did not meet the threshold, the entity would be recommended instead. For more details, refer to the documentation on training, testing, and publishing NLU models in ServiceNow.
Source