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.
@@ -34,7 +36,7 @@ To add an image, you need one hosted through a URL.
34
36
1. In the node's menu bar, select Add and choose Image.
35
37
1. Under Image, enter the URL of your image.
36
38
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":::
38
40
39
41
40
42
@@ -43,13 +45,16 @@ To add an image, you need one hosted through a URL.
43
45
1. In the node's menu bar, select Add, and then select Video.
44
46
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
47
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":::
46
49
47
50
48
51
## Add a basic card response to Copilot chat
49
52
1. A basic card is a general-purpose card used for adding text, images, and interactive elements to an agent response message.
50
53
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
51
54
1. In the node's menu bar, select Add, and then select Basic card.
52
55
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
+
53
58
54
59
For more details see [send a message Copiot studio documentation](/microsoft-copilot-studio/authoring-send-message)
55
60
@@ -63,5 +68,7 @@ For more details see [send a message Copiot studio documentation](/microsoft-cop
0 commit comments