Skip to content

llenroc/Bot-with-instrumentation-cs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot-with-instrumentation-cs

What's inside?

A web bot project that sends telemetry to Application Insights using BotBuilder.Instrumentation library

The bot is able to create an "Alarm" to be triggered at a certain time later on. The bot will print to the screen a message when the alarm is triggered.

This project uses LUIS cognitive services to detect intents. It means that the user can use natuarl language and free text to create the alarm, and the bot will understand the intent.

For example, you can create an alarm called breakfest time in 10 minutes from now, by sending the following text to the bot: create alarm Breakfest Time in 10 minutes and the following command will do the same set alarm Breakfest Time in ten minutes

How to view the data sent?

You can see the dashboard created in here ibex-dashboard

Points of interest

  • The RootDialog is inherited from InstrumentedLuisDialog<object> and it will automatically send all messages to the telemetry.
  • You can manually send events, as can be seen in Alarm.cs, where the event not sent from inside a dialog and therefore is not be automatically logged.
  • InstrumentationHelper encapsulates the builtin dependancy resolver of BotBuilder.Instrumentation, however you can create your own implementation.

About

A web bot project that sends telemetry to Application Insights using BotBuilder.Instrumentation library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.0%
  • HTML 3.2%
  • Classic ASP 0.8%