nlu_call_logs_enable
Make the log file format compatible with NLUaaS event logs.
Value |
Boolean DEFAULT: false (disabled) |
How to set |
In the application's session xml in the <sessionparameters> section under <logging>. Your manifest file must contain compatible settings. See below. |
Usage |
Recommended: enable when creating NLU models and DLMs for Dragon Voice. For example, when using Mix.nlu to to create the models. Applicable for Dragon Voice recognition. Not applicable for Nuance Recognizer. |
This parameter adds support for viewing transcribed caller utterances in Mix.nlu. When enabled, it creates NLE log files with a format that's compatible with Mix NLUaaS logs. When you upload NLE logs to Mix, you can view the data in the Discover tab.
The NLE section of your manifest file (see Understanding the manifest file) must contain entries for appId
and modelUrn
, which are created in Mix.nlu.
"nle": {
"appId": "my_app_id",
"modelUrn": "my_model_urn",
...
}