Skip to content

Commit 0ad56da

Browse files
Live Publish (03/17/2025 12:00:00 PM)
2 parents 993c366 + d92390b commit 0ad56da

File tree

6 files changed

+71
-1
lines changed

6 files changed

+71
-1
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,6 +1691,8 @@
16911691
href: ./model-driven-apps/copilot-chat-mda-knowledge.md
16921692
- name: Add topics to Copilot chat
16931693
href: ./model-driven-apps/copilot-chat-mda-topics.md
1694+
- name: Send a messages to Copilot chat
1695+
href: ./model-driven-apps/copilot-chat-send-messages.md
16941696
- name: Prompt guide customizations
16951697
href: ./model-driven-apps/copilot-chat-prompt-guide.md
16961698
- name: Zero prompt experience
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: Send a message to Copilot chat in model-driven apps
3+
description: Learn how to send a message from Agent to user in model-driven apps Copilot chat
4+
author: Mattp123
5+
ms.service: powerapps
6+
ms.subservice: mda-maker
7+
ms.author: hemantg
8+
ms.reviewer: matp
9+
ms.date: 03/16/2025
10+
ms.topic: how-to
11+
applies_to:
12+
- "powerapps"
13+
search.audienceType:
14+
- maker
15+
contributors:
16+
- makolomi
17+
ms.collection: bap-ai-copilot
18+
ai-usage: ai-assisted
19+
---
20+
# Send a message to Copilot chat (preview)
21+
22+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
23+
24+
Extend your app's Copilot chat engagement and affect by incorporating rich audio, video, and simple cards as a chat response type. The **Message** node, within the flow of a topic in Copilot Studio, can be used to send a message from the agent to the user in your model-driven app. 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+
> - Copilot Studio license and agent editing permissions are required to customize Copilot chat.
31+
32+
## Add an image response to Copilot chat
33+
34+
When you add an image, Copilot can send a message as a response with the image from the agent to the user. To add an image, the image must be hosted through a URL.
35+
36+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
37+
1. In the node's menu bar, select **Add** and choose **Image**.
38+
1. Under **Image properties**, enter the **Image URL** for your image.
39+
1. Optionally, enter a **Title** for the image.
40+
:::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":::
41+
42+
## Add a video response to Copilot chat
43+
44+
When you add a video, Copilot can send a message with the video as a response from the agent to the user.
45+
46+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
47+
1. In the node's menu bar, select **Add**, and then select **Video**.
48+
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.
49+
1. Optionally, enter a **Title**, **Subtitle**, **Image URL** (the URL of a publicly available 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.
50+
:::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":::
51+
52+
## Add a basic card response to Copilot chat
53+
54+
A basic card is a general-purpose card used for adding text, images, and interactive elements to an agent response message.
55+
56+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
57+
1. In the node's menu bar, select **Add**, and then select **Basic card**.
58+
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).
59+
:::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":::
60+
61+
For more information about sending messages with Copilot, go to [send a message Copilot Studio documentation](/microsoft-copilot-studio/authoring-send-message)
62+
63+
## Related articles
64+
65+
- [Customize Copilot chat using Copilot Studio (preview)](customize-copilot-chat.md)
66+
- [Add topics to Copilot chat in model-driven apps (preview)](copilot-chat-mda-topics.md)
67+
- [FAQ for Copilot chat in model-driven apps](../common/faqs-copilot-model-driven-app.md)
68+
- [Responsible AI FAQs for Power Apps](../common/responsible-ai-overview.md)
69+
- [Enable copilots and generative AI features in Power Apps](/power-platform/admin/geographical-availability-copilot#enable-data-movement-across-regions)

powerapps-docs/maker/model-driven-apps/customize-copilot-chat.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ You customize Copilot chat using [Microsoft Copilot Studio](/microsoft-copilot-s
5050

5151
- Copilot chat agents currently aren’t identified by the platform as a dependency. You must manually add the relevant Copilot chat agent to your model-driven app solution before export and import to another environment.
5252
- **Configure in Copilot Studio** action can create agents with the same display name for apps that have the same initial characters in the app name. When this occurs, rename the agent while publishing to avoid confusion.
53-
- The [Image](/microsoft-copilot-studio/authoring-send-message#add-an-image) and [Video](/microsoft-copilot-studio/authoring-send-message#add-an-image) message types from agent to user aren't supported. As a workaround, you can use Adaptive Cards.
5453

5554
## Related information
5655

Loading
Loading
Loading

0 commit comments

Comments
 (0)