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
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.
25
+
26
+
> [!IMPORTANT]
27
+
>
28
+
> - This is a preview feature.
29
+
> - Preview features aren't meant for production use and might have restricted functionality. These features are subject to [supplemental terms of use](https://go.microsoft.com/fwlink/?linkid=2216214), and are available before an official release so that customers can get early access and provide feedback.
30
+
31
+
## Add an image response to Copilot chat
32
+
To add an image, you need one hosted through a URL.
33
+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
34
+
1. In the node's menu bar, select Add and choose Image.
35
+
1. Under Image, enter the URL of your image.
36
+
1. Optionally, enter a Title for the image.
37
+
38
+
39
+
40
+
41
+
## Add a video response to Copilot chat
42
+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
43
+
1. In the node's menu bar, select Add, and then select Video.
44
+
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.
45
+
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.
46
+
47
+
48
+
## Add a basic card response to Copilot chat
49
+
1. A basic card is a general-purpose card used for adding text, images, and interactive elements to an agent response message.
50
+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
51
+
1. In the node's menu bar, select Add, and then select Basic card.
52
+
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).
53
+
54
+
For more details see [send a message Copiot studio documentation](/microsoft-copilot-studio/authoring-send-message)
55
+
56
+
## Related articles
57
+
58
+
- [Customize Copilot chat using Copilot Studio (preview)](customize-copilot-chat.md)
59
+
- [Add topics to Copilot chat in model-driven apps (preview)](copilot-chat-mda-topics.md)
60
+
- [FAQ for Copilot chat in model-driven apps](../common/faqs-copilot-model-driven-app.md)
61
+
- [Responsible AI FAQs for Power Apps](../common/responsible-ai-overview.md)
62
+
- [Enable copilots and generative AI features in Power Apps](/power-platform/admin/geographical-availability-copilot#enable-data-movement-across-regions)
0 commit comments