From the course: Building in Microsoft Copilot Studio

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Use variables and entities

Use variables and entities

- [Instructor] Microsoft Copilot Studio is an integrated development environment for building your AI agents. To better use this powerful tool, we need to learn some common elements like variables and entities. As you already know, topics are the main building blocks for your AI agents. Topics can use the components like variables to save users responses, and attract topic states. We also have access to system and environment variables, entities to identify a specific object from users' messages like money, speed, and city names, and actions to perform a specific task. Microsoft Copilot Studio provides many prebuilt connectors for us. Let's quickly look at them in Microsoft Copilot Studio. Here's my AI agent in Microsoft Copilot Studio. Click topics in the menu. Select the topic, goodbye. The question node asks, "Would you like to end your conversation?" It saves the user response as the variable, EndConversation. Click the EndConversation variable to see its properties. It shows the…

Contents