We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a9170 commit 2f1f4eaCopy full SHA for 2f1f4ea
libraries/botbuilder-ai/tests/luis/null_adapter.py
@@ -11,6 +11,7 @@ class NullAdapter(BotAdapter):
11
"""
12
This is a BotAdapter that does nothing on the Send operation, equivalent to piping to /dev/null.
13
14
+
15
# pylint: disable=unused-argument
16
17
async def send_activities(
0 commit comments