File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,21 @@ This article describes the format of the action definition JSON file format for
35
35
"inputCombinations" : [
36
36
{
37
37
"inputs" : [" UserFriendlyName" ],
38
- "description" : " Greet ${UserFriendlyName.Text}"
38
+ "description" : " Greet ${UserFriendlyName.Text}" ,
39
+ "where" : [
40
+ " ${UserFriendlyName.Length} > 3"
41
+ ]
39
42
},
40
43
{
41
44
"inputs" : [" UserFriendlyName" , " PetName" ],
42
- "description" : " Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
45
+ "description" : " Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
43
46
}
44
47
],
45
48
"contentAgeRating" : " child" ,
46
49
"invocation" :
47
50
{
48
- {
49
51
"type" : " Uri" ,
50
52
"uri" : " contoso://greetUser?userName=${UserFriendlyName.Text}&petName=${PetName.Text}" ,
51
- },
52
- "where" : [
53
- " ${UserFriendlyName.Length > 3}"
54
- ]
55
53
}
56
54
},
57
55
{
You can’t perform that action at this time.
0 commit comments