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 defines the threshold confidence level necessary for Boolean Dialog intents to be activated, influencing how effectively the system interprets user inputs. |
| What area does it affect? |
Boolean Dialog intents |
| What does the default mean? |
The default value is "0.9", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting dialog accuracy or troubleshooting intent recognition issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.dialog.boolean_threshold |
| Sys ID |
3cfc009328350110fa9ba4fe8f34850b |
| Type |
short string (40 characters or less) |
| Application |
Global |
| Default value |
0.9 |
| Description |
The minimum confidence required for Boolean Dialog intents to be dispatched. |
| Updated |
2024-05-25 04:33:00 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... in the VA NLU Dispatches table, as described in Configure enhanced natural language user input handling. Changing the confidence threshold The confidence threshold for boolean inputs is defined in the com.glide.cs.dialog.boolean_threshold system property. The default value is 0.9. For more information, see Add a system property . Configure enhanced natural language user input handling Add enhanced natural language handling for boolean ...
Related properties