Azure / botbuilder-instrumentation-cs

BotBuilder Instrumentation (C#)
MIT License
5 stars 9 forks source link

Sentiment key should be optional #1

Closed deadlyfingers closed 7 years ago

deadlyfingers commented 7 years ago

Snippet:

private static async Task TrackMessageSentiment(IActivity activity)
        {
            if (_textAnalyticsApiKey != null)