Skip to content

Commit 3945595

Browse files
authored
Merge pull request #200033 from aahill/patch-100
Update faq.md
2 parents e803c26 + eca2cfe commit 3945595

File tree

1 file changed

+5
-1
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding

1 file changed

+5
-1
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: quickstart
11-
ms.date: 05/23/2022
11+
ms.date: 05/31/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, mode-other
1414
---
@@ -74,6 +74,10 @@ Yes, you can use [orchestration workflow](../orchestration-workflow/overview.md)
7474

7575
Add any out of scope utterances to the [none intent](./concepts/none-intent.md).
7676

77+
## How do I control the none intent?
78+
79+
You can control the none intent threshhold from UI through the project settings, by changing the none inten threshold value. The values can be between 0.0 and 1.0. Also, you can change this threshold from the APIs by changing the *confidenceThreshold* in settings object. Learn more about [none intent](./concepts/none-intent.md#none-score-threshold)
80+
7781
## Is there any SDK support?
7882

7983
Yes, only for predictions, and samples are available for [Python](https://aka.ms/sdk-samples-conversation-python) and [C#](https://aka.ms/sdk-sample-conversation-dot-net). There is currently no authoring support for the SDK.

0 commit comments

Comments
 (0)