How to Install and Uninstall python310-azure-ai-language-conversations Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python310-azure-ai-language-conversations" package

This is a short guide on how to install python310-azure-ai-language-conversations on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-azure-ai-language-conversations

2. Uninstall "python310-azure-ai-language-conversations" package

Please follow the step by step instructions below to uninstall python310-azure-ai-language-conversations on openSuSE Tumbleweed:

$ sudo zypper remove python310-azure-ai-language-conversations

3. Information about the python310-azure-ai-language-conversations package on openSuSE Tumbleweed

Information for package python310-azure-ai-language-conversations:
------------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-azure-ai-language-conversations
Version : 1.1.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-azure-ai-language-conversations-1.1.0-1.4.src
Upstream URL : https://github.com/Azure/azure-sdk-for-python
Summary : Microsoft Azure Conversational Language Understanding Client Library for Python
Description :
Conversational Language Understanding, aka CLU for short, is a cloud-based conversational
AI service which is mainly used in bots to extract useful information from user utterance
(natural language processing). The CLU analyze api encompasses two projects; conversation,
and orchestration projects. You can use the "conversation" project if you want to extract
intents (intention behind a user utterance) and custom entities. You can also use the
"orchestration" project which orchestrates multiple language apps to get the best response
(language apps like Question Answering, Luis, and Conversation).