You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/chat/quickstart-botframework-integration.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,25 +224,24 @@ namespace ChatQuickstart
224
224
225
225
### Start a chat thread with the bot
226
226
227
-
Use the `createChatThread` method on `chatClient` to create a chat thread. Replace the ID with the bot's Communication Services ID.
227
+
Use the `createChatThread` method on `chatClient` to create a chat thread. Replace the ID with the bot's Communication Services ID that you copied in this step: [Token and ACS Bot ID app](#get-a-communication-services-resource)
@@ -571,5 +570,5 @@ Verify that the bot's Microsoft app ID and password are saved correctly in the b
571
570
Verify that the bot's Communication Services ID is used correctly when a request is sent to add a bot to a chat thread.
572
571
573
572
## Next steps
574
-
573
+
TODO: This points to a private repo and should be removed or moved.
575
574
Try the [chat bot demo app](https://github.com/Azure/communication-preview/tree/master/samples/AzureBotService-Sample-App) for a 1:1 chat between a chat user and a bot via the BotFramework WebChat UI component.
0 commit comments