CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/language/__init__.py
azure/ai/language/conversations/__init__.py
azure/ai/language/conversations/_client.py
azure/ai/language/conversations/_configuration.py
azure/ai/language/conversations/_patch.py
azure/ai/language/conversations/_validation.py
azure/ai/language/conversations/_version.py
azure/ai/language/conversations/py.typed
azure/ai/language/conversations/_operations/__init__.py
azure/ai/language/conversations/_operations/_operations.py
azure/ai/language/conversations/_operations/_patch.py
azure/ai/language/conversations/_utils/__init__.py
azure/ai/language/conversations/_utils/model_base.py
azure/ai/language/conversations/_utils/serialization.py
azure/ai/language/conversations/_utils/utils.py
azure/ai/language/conversations/aio/__init__.py
azure/ai/language/conversations/aio/_client.py
azure/ai/language/conversations/aio/_configuration.py
azure/ai/language/conversations/aio/_patch.py
azure/ai/language/conversations/aio/_operations/__init__.py
azure/ai/language/conversations/aio/_operations/_operations.py
azure/ai/language/conversations/aio/_operations/_patch.py
azure/ai/language/conversations/models/__init__.py
azure/ai/language/conversations/models/_enums.py
azure/ai/language/conversations/models/_models.py
azure/ai/language/conversations/models/_patch.py
azure_ai_language_conversations.egg-info/PKG-INFO
azure_ai_language_conversations.egg-info/SOURCES.txt
azure_ai_language_conversations.egg-info/dependency_links.txt
azure_ai_language_conversations.egg-info/requires.txt
azure_ai_language_conversations.egg-info/top_level.txt
samples/README.md
samples/sample_authentication.py
samples/sample_conversation_multi_turn_prediction.py
samples/sample_conversation_pii.py
samples/sample_conversation_pii_with_character_mask_policy.py
samples/sample_conversation_pii_with_entity_mask_policy.py
samples/sample_conversation_pii_with_no_mask_policy.py
samples/sample_conversation_prediction.py
samples/sample_conversation_prediction_with_language.py
samples/sample_conversation_prediction_with_options.py
samples/sample_conversation_summarization.py
samples/sample_orchestration_prediction.py
samples/async/sample_authentication_async.py
samples/async/sample_conversation_multi_turn_prediction_async.py
samples/async/sample_conversation_pii_async.py
samples/async/sample_conversation_pii_with_character_mask_policy_async.py
samples/async/sample_conversation_pii_with_entity_mask_policy_async.py
samples/async/sample_conversation_pii_with_no_mask_policy_async.py
samples/async/sample_conversation_prediction_async.py
samples/async/sample_conversation_prediction_with_language_async.py
samples/async/sample_conversation_prediction_with_options_async.py
samples/async/sample_conversation_summarization_async.py
samples/async/sample_orchestration_prediction_async.py
tests/conftest.py
tests/test_conversation_multi_turn_prediction.py
tests/test_conversation_multi_turn_prediction_async.py
tests/test_conversation_pii.py
tests/test_conversation_pii_async.py
tests/test_conversation_pii_with_character_mask_policy.py
tests/test_conversation_pii_with_character_mask_policy_async.py
tests/test_conversation_pii_with_entity_mask_policy.py
tests/test_conversation_pii_with_entity_mask_policy_async.py
tests/test_conversation_pii_with_no_mask_policy.py
tests/test_conversation_pii_with_no_mask_policy_async.py
tests/test_conversation_prediction.py
tests/test_conversation_prediction_async.py
tests/test_conversation_prediction_with_language.py
tests/test_conversation_prediction_with_language_async.py
tests/test_conversation_prediction_with_options.py
tests/test_conversation_prediction_with_options_async.py
tests/test_conversation_summarization.py
tests/test_conversation_summarization_async.py
tests/test_orchestration_prediction.py
tests/test_orchestration_prediction_async.py