Skip to content

Commit d0e6510

Browse files
committed
fix image name and quickstart
blockers
1 parent bc168c2 commit d0e6510

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/communication-services/quickstarts/chat/quickstart-botframework-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,19 @@ When you have a Communication Services resource, you can set up a Communication
144144

145145
1. In the Azure portal, go to your Azure Bot resource. In the resource menu, select **Channels**. In the list of available channels, select **Azure Communications Services - Chat**.
146146

147-
:::image type="content" source="./media/smaller-demoapp-launch-acs-chat.png" alt-text="Screenshot that shows opening the Communication Services Chat channel." lightbox="./media/demoapp-launch-acs-chat.png":::
147+
:::image type="content" source="./media/smaller-demoapp-launch-communication-services-chat.png" alt-text="Screenshot that shows opening the Communication Services Chat channel." lightbox="./media/demoapp-launch-communication-services-chat.png":::
148148

149149
1. Select **Connect** to see a list of Communication Services resources that are available in your subscription.
150150

151-
:::image type="content" source="./media/smaller-bot-connect-acs-chat-channel.png" alt-text="Screenshot that shows how to connect a Communication Service resource to the bot." lightbox="./media/bot-connect-acs-chat-channel.png":::
151+
:::image type="content" source="./media/smaller-bot-connect-communication-services-chat-channel.png" alt-text="Screenshot that shows how to connect a Communication Service resource to the bot." lightbox="./media/bot-connect-communication-services-chat-channel.png":::
152152

153153
1. In the **New Connection** pane, select the Communication Services chat resource, and then select **Apply**.
154154

155155
:::image type="content" source="./media/smaller-bot-choose-resource.png" alt-text="Screenshot that shows how to save the selected Communication Service resource to create a new Communication Services user ID." lightbox="./media/bot-choose-resource.png":::
156156

157157
1. When the resource details are verified, a bot ID is shown in the **Bot Azure Communication Services Id** column. You can use the bot ID to represent the bot in a chat thread by using the Communication Services Chat AddParticipant API. After you add the bot to a chat as participant, the bot starts to receive chat-related activities, and it can respond in the chat thread.
158158

159-
:::image type="content" source="./media/smaller-acs-chat-channel-saved.png" alt-text="Screenshot that shows the new Communication Services user ID assigned to the bot." lightbox="./media/acs-chat-channel-saved.png":::
159+
:::image type="content" source="./media/smaller-communication-services-chat-channel-saved.png" alt-text="Screenshot that shows the new Communication Services user ID assigned to the bot." lightbox="./media/communication-services-chat-channel-saved.png":::
160160

161161
## Create a chat app and add the bot as a participant
162162

0 commit comments

Comments
 (0)