1 parent a0f0054 commit f0e7152Copy full SHA for f0e7152
1 file changed
README.md
@@ -20,11 +20,13 @@ To use the samples, clone this GitHub repository using Git.
20
|BotConnectorApp | Demonstrates how to connect your bot to a custom app for example mobile-device app | [View][cs#1]|
21
|BuildYourOwnCanvasSamples | Demonstrates how to connect your bot to a custom canvas with various functionality | [View][cs#2] |
22
|RelayBotSample | Demonstrates how to connect your bot to existing Azure Bot Service channels | [View][cs#3] |
23
+|ConnectToEngagementHub | Demonstrates how to detect a handoff activity during a bot conversation and read conversation context | [View][cs#4] |
24
25
26
[cs#1]:./BotConnectorApp
27
[cs#2]:./BuildYourOwnCanvasSamples
28
[cs#3]:./RelayBotSample
29
+[cs#4]:./ConnectToEngagementHub
30
31
32
## Contributing
0 commit comments