Skip to content

Commit ceec62b

Browse files
authored
Add images and videos to Copilot chat
1 parent 9862e10 commit ceec62b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

powerapps-docs/maker/model-driven-apps/copilot-chat-send-messages.mda

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ai-usage: ai-assisted
1919
---
2020
# Send a message to Copilot chat (preview)
2121

22+
23+
2224
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
2325

2426
Extend your app's Copilot chat engagement and impact by incorporating rich audio, video and simple cards response type. The Message node, within the flow of a topic, sends a message from the agent to the user. Messages can be simple text messages, but can also include richer components, such as images, videos, quick replies, and cards.
@@ -34,7 +36,7 @@ To add an image, you need one hosted through a URL.
3436
1. In the node's menu bar, select Add and choose Image.
3537
1. Under Image, enter the URL of your image.
3638
1. Optionally, enter a Title for the image.
37-
39+
:::image type="content" source="media/mda-copilot-chat-image-message.png" alt-text="Add an image response to Copilot chat" lightbox="media/mda-copilot-chat-image-message.png":::
3840

3941

4042

@@ -43,13 +45,16 @@ To add an image, you need one hosted through a URL.
4345
1. In the node's menu bar, select Add, and then select Video.
4446
1. Under Media URL, enter the URL of your video. The URL can either be a direct link to a publicly accessible MP4 file or a YouTube URL.
4547
1. Optionally, enter a Title, Subtitle, Image URL (the URL of a publicly accessible image file), or Text to be shown alongside the video on the card. You can also add one or more buttons, which have the same properties as quick replies.
48+
:::image type="content" source="media/mda-copilot-chat-video-message.png" alt-text="Add an video response to Copilot chat" lightbox="media/mda-copilot-chat-video-message.png":::
4649

4750

4851
## Add a basic card response to Copilot chat
4952
1. A basic card is a general-purpose card used for adding text, images, and interactive elements to an agent response message.
5053
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
5154
1. In the node's menu bar, select Add, and then select Basic card.
5255
1. In the Basic Card properties pane, fill in the properties for the content of your card. You can also add one or more buttons, which have the same effect as [quick replies](/microsoft-copilot-studio/authoring-send-message#use-quick-replies).
56+
:::image type="content" source="media/mda-copilot-chat-basic-card-message.png" alt-text="Add a basic card response to Copilot chat" lightbox="media/mda-copilot-chat-basic-card-message.png":::
57+
5358

5459
For more details see [send a message Copiot studio documentation](/microsoft-copilot-studio/authoring-send-message)
5560

@@ -63,5 +68,7 @@ For more details see [send a message Copiot studio documentation](/microsoft-cop
6368

6469

6570

66-
6771

72+
73+
74+

0 commit comments

Comments
 (0)