8000 Update luis_recognizer.py · itsmokha/botbuilder-python@960831c · GitHub
[go: up one dir, main page]

Skip to content

Commit 960831c

Browse files
author
Emily Olshefski
authored
Update luis_recognizer.py
1 parent 7278d14 commit 960831c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,9 @@ def top_intent(
7979
:type results: :class:`botbuilder.core.RecognizerResult`
8080
:param default_intent: Intent name to return should a top intent be found, defaults to None.
8181
:type default_intent: str, optional
82-
:param min_score: Minimum score needed for an intent to be considered as a top intent. If all
83-
intents in the set are below this threshold then the `defaultIntent` is returned, defaults to 0.0.
82+
:param min_score: Minimum score needed for an intent to be considered as a top intent. If all intents in the set are below this threshold then the `defaultIntent` is returned, defaults to 0.0.
8483
:type min_score: float, optional
85-
:raises: TypeError
84+
:raises: TypeError
8685
:return: The top scoring intent name.
8786
:rtype: str
8887
"""

0 commit comments

Comments
 (0)
0