Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defined the threshold for applying entity values based on NLU confidence scores, influencing how entities were recognized in user interactions. |
| What area does it affect? |
Natural Language Understanding |
| What does the default mean? |
The default value is "0.5", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property if transitioning to the open_nlu_driver table or assessing legacy configurations. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.entity_confidence_threshold |
| Sys ID |
dc0adde773183300c1dc32e954f6a759 |
| Type |
string |
| Application |
Global |
| Default value |
0.5 |
| 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. |
| Updated |
2024-05-25 04:07:13 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the model, the results appear under Top prediction(s). In this example, the threshold value is 65%. The default value of the com.glide.cs.intent_confidence_threshold property is 0.7. The default value of the com.glide.cs.entity_confidence_threshold property is 0.5. Note: You can compare the draft NLU model to its most recent published version. For more information, see Compare draft and published versions of your NLU model ...
Related properties