CHANGELOG.md
LICENSE
MANIFEST.in
README.md
migration_guide.md
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/language/__init__.py
azure/ai/language/questionanswering/__init__.py
azure/ai/language/questionanswering/_configuration.py
azure/ai/language/questionanswering/_patch.py
azure/ai/language/questionanswering/_question_answering_client.py
azure/ai/language/questionanswering/_vendor.py
azure/ai/language/questionanswering/_version.py
azure/ai/language/questionanswering/py.typed
azure/ai/language/questionanswering/_operations/__init__.py
azure/ai/language/questionanswering/_operations/_operations.py
azure/ai/language/questionanswering/_operations/_patch.py
azure/ai/language/questionanswering/aio/__init__.py
azure/ai/language/questionanswering/aio/_configuration.py
azure/ai/language/questionanswering/aio/_patch.py
azure/ai/language/questionanswering/aio/_question_answering_client.py
azure/ai/language/questionanswering/aio/_vendor.py
azure/ai/language/questionanswering/aio/_operations/__init__.py
azure/ai/language/questionanswering/aio/_operations/_operations.py
azure/ai/language/questionanswering/aio/_operations/_patch.py
azure/ai/language/questionanswering/models/__init__.py
azure/ai/language/questionanswering/models/_models_py3.py
azure/ai/language/questionanswering/models/_patch.py
azure/ai/language/questionanswering/models/_question_answering_client_enums.py
azure/ai/language/questionanswering/projects/__init__.py
azure/ai/language/questionanswering/projects/_configuration.py
azure/ai/language/questionanswering/projects/_patch.py
azure/ai/language/questionanswering/projects/_question_answering_projects_client.py
azure/ai/language/questionanswering/projects/_vendor.py
azure/ai/language/questionanswering/projects/_version.py
azure/ai/language/questionanswering/projects/_operations/__init__.py
azure/ai/language/questionanswering/projects/_operations/_operations.py
azure/ai/language/questionanswering/projects/aio/__init__.py
azure/ai/language/questionanswering/projects/aio/_configuration.py
azure/ai/language/questionanswering/projects/aio/_patch.py
azure/ai/language/questionanswering/projects/aio/_question_answering_projects_client.py
azure/ai/language/questionanswering/projects/aio/_operations/__init__.py
azure/ai/language/questionanswering/projects/aio/_operations/_operations.py
azure_ai_language_questionanswering.egg-info/PKG-INFO
azure_ai_language_questionanswering.egg-info/SOURCES.txt
azure_ai_language_questionanswering.egg-info/dependency_links.txt
azure_ai_language_questionanswering.egg-info/not-zip-safe
azure_ai_language_questionanswering.egg-info/requires.txt
azure_ai_language_questionanswering.egg-info/top_level.txt
samples/README.md
samples/sample_chat.py
samples/sample_query_knowledgebase.py
samples/sample_query_text.py
samples/async_samples/sample_chat_async.py
samples/async_samples/sample_query_knowledgebase_async.py
samples/async_samples/sample_query_text_async.py
samples/authoring/sample_create_and_deploy_project.py
samples/authoring/sample_export_import_project.py
samples/authoring/sample_update_knowledge_sources.py
samples/authoring/async_samples/sample_create_and_deploy_project_async.py
samples/authoring/async_samples/sample_export_import_project_async.py
samples/authoring/async_samples/sample_update_knowledge_sources_async.py
tests/asynctestcase.py
tests/test_create_and_deploy_project.py
tests/test_create_and_deploy_project_async.py
tests/test_export_import_project.py
tests/test_export_import_project_async.py
tests/test_query_knowledgebase.py
tests/test_query_knowledgebase_async.py
tests/test_query_text.py
tests/test_query_text_async.py
tests/test_update_knowledge_sources.py
tests/test_update_knowledge_sources_async.py
tests/testcase.py