Skip to content

Commit 88457d1

Browse files
authored
Update authoring-variables.md
1 parent af2c112 commit 88457d1

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

power-virtual-agents/authoring-variables.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Work with chatbot variables - Preview"
33
description: "Use variables to use custom and prebuilt entities to allow for customized conversations in your bot."
44
keywords: "PVA"
5-
ms.date: 3/19/2021
5+
ms.date: 11/02/2021
66
ms.service: power-virtual-agents
77
ms.topic: article
88
author: iaanw
@@ -49,35 +49,35 @@ For example, a **boolean** base type maps to an operator "is equal to" with poss
4949

5050
Entity | Variable Base Type
5151
---|---
52-
Multiple choice options | string
53-
User's entire response | string
54-
Age | number
55-
Boolean | boolean
56-
City | string
57-
Color | string
58-
Continent | string
59-
Country or region | string
60-
Date and time | string
61-
Duration | string
62-
Email | string
63-
Event | string
64-
Language | string
65-
Money | string
66-
Number | string
67-
Ordinal | string
68-
Organization | string
69-
Percentage | number
70-
Person name | string
71-
Phone number | string
72-
Point of interest | string
73-
Speed | number
74-
State | string
75-
Street address | string
76-
Temperature | number
77-
URL | string
78-
Weight | number
79-
Zip code | string
80-
Custom entity | string
52+
Multiple choice options | String
53+
User's entire response | String
54+
Age | Number
55+
Boolean | Boolean
56+
City | String
57+
Color | String
58+
Continent | String
59+
Country or region | String
60+
Date and time | String
61+
Duration | String
62+
Email | String
63+
Event | String
64+
Language | String
65+
Money | String
66+
Number | String
67+
Ordinal | String
68+
Organization | String
69+
Percentage | Number
70+
Person name | String
71+
Phone number | String
72+
Point of interest | String
73+
Speed | Number
74+
State | String
75+
Street address | String
76+
Temperature | Number
77+
URL | String
78+
Weight | Number
79+
Zip code | String
80+
Custom entity | String
8181

8282
## Create a variable
8383
In the bot authoring canvas, add a question node by choosing **Ask a question**. A variable will be automatically created within the node.

0 commit comments

Comments
 (0)