Which nuget package has ILanguageServiceClient?

Pham, Andy 5 Reputation points
2024-08-13T19:41:28.4833333+00:00

I'm AI newbie. I'm trying to use NLP language.cognitive.azure for my chatbot but I cannot find nuget packages that has ILanguageServiceClient and/or assembly reference. Please help! Thanks

Best Regards,

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
826 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
404 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,782 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Sina Salam 10,036 Reputation points
    2024-08-13T20:18:04.3533333+00:00

    Hello Pham, Andy,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you would like to know which NuGet package has ILanguageServiceClient

    The ILanguageServiceClient is included in the NuGet package Microsoft.CodeAnalysis.Workspaces.

    You can install it by installing Microsoft.CodeAnalysis.Workspaces package via Bash command using:

    Install-Package Microsoft.CodeAnalysis.Workspaces
    

    Or try to search for Microsoft.CodeAnalysis.Workspaces in the NuGet Package Manager within Visual Studio. For more information on how to use it: https://www.nuget.org/packages/Microsoft.CodeAnalysis.Workspaces and https://video2.skills-academy.com/en-us/dotnet/csharp/roslyn-sdk/

    Accept Answer

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam

    0 comments No comments

  2. romungi-MSFT 44,771 Reputation points Microsoft Employee
    2024-08-14T09:18:17.7733333+00:00

    I think for Azure language service you should use ConversationAnalysisClient instead. Where did you find the reference to ILanguageServiceClient for using Azure language service?

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.