Skip to content

Commit 3912bf9

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/powerapps-docs-pr into matp-why-cds
2 parents 2cd986e + d7a4fb5 commit 3912bf9

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

powerapps-docs/chatbots.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Create chatbots from Power Apps | Microsoft Docs
3+
description: Provides information about how you can use AI Builder in Power Apps.
4+
author: iaanw
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom:
8+
ms.date: 06/26/2020
9+
ms.author: iawilt
10+
ms.reviewer: mvakoc
11+
ms.custom: pva, power-apps
12+
---
13+
# Create chatbots from Power Apps
14+
15+
Power Virtual Agents allows you to quickly create and maintain intelligent chatbots using a no-code interface. App makers can create and manage their chatbots directly from [Power Apps](https://make.powerapps.com).
16+
17+
![Chatbots from Power Apps](media/chatbots.png "Chatbots from Power Apps")
18+
19+
You can create and manage your chatbots using the **Chatbots** option in the left navigation pane.
20+
21+
- To create a chatbot, select **Chatbots**, then **Create**, and then select **New chatbot**. This will take you directly to the Power Virtual Agents portal where you can create your chatbot. For more information, see [Create a bot in Power Virtual Agents](https://docs.microsoft.com/power-virtual-agents/authoring-first-bot)
22+
23+
- After you have chatbots in your environment, you'll be able to view them by selecting **Chatbots** and then **List**. You can navigate directly to the Power Virtual Agents portal to update your bot or view analytics.
24+
25+
More information: [Power Virtual Agents docs](https://docs.microsoft.com/power-virtual-agents)

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3408,6 +3408,8 @@
34083408
- name: For developers
34093409
href: ../developer/common-data-service/overview.md
34103410
# href: ../developer/common-data-service/TOC.yml changing this to have developer TOC rather than buried in maker toc
3411+
- name: Chatbots
3412+
href: ../chatbots.md
34113413
- name: AI Builder
34123414
href: ../use-ai-builder.md
34133415
- name: Sample apps and solutions

powerapps-docs/maker/model-driven-apps/form-designer-header-properties.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configure header properties in the form designer | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 09/30/2019
4+
ms.date: 06/26/2020
55
ms.reviewer: ""
66
ms.service: crm-online
77
ms.suite: ""
@@ -87,7 +87,8 @@ To show or hide the header flyout for a model-driven form, follow these steps:
8787
> - Use the new form designer. The classic form designer does not provide the ability to show or hide the header flyout.
8888
> - The visibility of header flyout can only be controlled when using high-density form header. When using low-density header, the header flyout is automatically displayed or hidden based on the number of fields in the header and the width of the form.
8989
> - An image for an entity will be displayed in the header only if the **Primary Imagine** attribute is defined for the entity and the form property **Show image in the form** is enabled. More information: [Image fields](../common-data-service/types-of-fields.md#image-fields). <br />
90-
Developers can specify an image for an entity by using the [EntityMetadata.PrimaryImageAttribute](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.entitymetadata.primaryimageattribute?view=dynamics-general-ce-9) attribute.
90+
Developers can specify an image for an entity by using the [EntityMetadata.PrimaryImageAttribute](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.entitymetadata.primaryimageattribute?view=dynamics-general-ce-9) attribute.
91+
> - When using a high-density header on a form, controls are limited in what is displayed that include a checkbox, datetime, decimal, duration, emailaddress, float, integer, languagepicker, lookup, money, phonenumber, picklist, radio, regarding, textbox, ticker and timezonepicklist. Any other type of control, including custom Power Apps control framework controls, will not be displayed. You'll need to switch to the high-density header with flyout to ensure your users can access controls in the header that aren't in the supported list.
9192
9293

9394
## Form designer messages related to form headers

powerapps-docs/media/chatbots.png

200 KB
Loading

0 commit comments

Comments
 (0)