This middleware uses Cognitive Services Sentiment Analysis to identify the sentiment of each inbound message and make it available for your bot or other middleware component.
Info
Version: | 4.13.5 |
Author(s): | Bot Builder Community |
Last Update: | Wednesday, October 26, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Middleware.SentimentAnalysis |
NuGet Url: | https://www.nuget.org/packages/Bot.Builder.Community.Middleware.SentimentAnalysis |
Install
Install-Package Bot.Builder.Community.Middleware.SentimentAnalysis
dotnet add package Bot.Builder.Community.Middleware.SentimentAnalysis
paket add Bot.Builder.Community.Middleware.SentimentAnalysis
Bot.Builder.Community.Middleware.SentimentAnalysis Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- Microsoft.Azure.CognitiveServices.Language.TextAnalytics(>= 4.0.0)
- Microsoft.Bot.Builder(>= 4.9.2)
- Microsoft.Extensions.Configuration(>= 3.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 3.0.0)
- SentimentAnalyzer(>= 1.1.0)
Tags