File tree Expand file tree Collapse file tree 6 files changed +33
-19
lines changed
libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas Expand file tree Collapse file tree 6 files changed +33
-19
lines changed Original file line number Diff line number Diff line change 3
3
"form": {
4
4
"label": "Log to console",
5
5
"subtitle": "Log Action",
6
- "helpLink": "https://aka.ms/bfc-debugging-bots "
6
+ "helpLink": "https://aka.ms/composer-telemetry "
7
7
}
8
8
}
Original file line number Diff line number Diff line change 11
11
"description": "Optional id for the dialog"
12
12
},
13
13
"disabled": {
14
- "$ref": "schema:#/definitions/stringExpression ",
14
+ "$ref": "schema:#/definitions/booleanExpression ",
15
15
"title": "Disabled",
16
- "description": "Optional condition which if true will disable this action.",
17
- "examples": [
18
- "user.age > 3"
19
- ]
16
+ "description": "Optional condition which if true will disable this action."
20
17
},
21
18
"activity": {
22
19
"$kind": "Microsoft.IActivityTemplate",
Original file line number Diff line number Diff line change 3
3
"form": {
4
4
"label": "Emit a trace event",
5
5
"subtitle": "Trace Activity",
6
- "helpLink": "https://aka.ms/bfc-debugging-bots "
6
+ "helpLink": "https://aka.ms/composer-telemetry "
7
7
}
8
8
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema",
3
+ "form": {
4
+ "order": [
5
+ "condition",
6
+ "*"
7
+ ],
8
+ "hidden": [
9
+ "actions"
10
+ ]
11
+ }
12
+ }
Original file line number Diff line number Diff line change 774
774
"description": "Optional id for the dialog"
775
775
},
776
776
"disabled": {
777
- "$ref": "#/definitions/stringExpression ",
777
+ "$ref": "#/definitions/booleanExpression ",
778
778
"title": "Disabled",
779
- "description": "Optional condition which if true will disable this action.",
780
- "examples": [
781
- "user.age > 3"
782
- ]
779
+ "description": "Optional condition which if true will disable this action."
783
780
},
784
781
"activity": {
785
782
"$kind": "Microsoft.IActivityTemplate",
7916
7913
"description": "Optional id for the dialog"
7917
7914
},
7918
7915
"disabled": {
7919
- "$ref": "#/definitions/stringExpression ",
7916
+ "$ref": "#/definitions/booleanExpression ",
7920
7917
"title": "Disabled",
7921
- "description": "Optional condition which if true will disable this action.",
7922
- "examples": [
7923
- "user.age > 3"
7924
- ]
7918
+ "description": "Optional condition which if true will disable this action."
7925
7919
},
7926
7920
"activity": {
7927
7921
"$kind": "Microsoft.IActivityTemplate",
Original file line number Diff line number Diff line change 319
319
},
320
320
"Microsoft.LogAction": {
321
321
"form": {
322
- "helpLink": "https://aka.ms/bfc-debugging-bots ",
322
+ "helpLink": "https://aka.ms/composer-telemetry ",
323
323
"label": "Log to console",
324
324
"subtitle": "Log Action"
325
325
}
401
401
"subtitle": "Cancel dialog event"
402
402
}
403
403
},
404
+ "Microsoft.OnChooseIntent": {
405
+ "form": {
406
+ "hidden": [
407
+ "actions"
408
+ ],
409
+ "order": [
410
+ "condition",
411
+ "*"
412
+ ]
413
+ }
414
+ },
404
415
"Microsoft.OnCondition": {
405
416
"form": {
406
417
"hidden": [
762
773
},
763
774
"Microsoft.TraceActivity": {
764
775
"form": {
765
- "helpLink": "https://aka.ms/bfc-debugging-bots ",
776
+ "helpLink": "https://aka.ms/composer-telemetry ",
766
777
"label": "Emit a trace event",
767
778
"subtitle": "Trace Activity"
768
779
}
You can’t perform that action at this time.
0 commit comments