Commit d282ea3
Axsuarez/skill dialog (#757)
* initial changes for skill dialog
* Skill dialog
* Initial echo skill with dialog
* pylint: Initial echo skill with dialog
* made integration package for aiohttp, dialog root bot for testing
* pylint: made integration package for aiohttp, dialog root bot for testing
* pylint: made integration package for aiohttp, dialog root bot for testing
* pylint: made integration package for aiohttp, dialog root bot for testing
* Initial dialog skill bot
* Changes to skill bot
* Updates for dialog interruption and buffered response. Pending to move some classes to botbuilder.integration.aiohttp
* Relates to in post_activity in BotFrameworkHttpClient
* fix on BeginSkillDialogOptions
* Moved SkillHttpClient to correct library with corresponding tests. Fix SkillDialog.
* black: Moved SkillHttpClient to correct library with corresponding tests. Fix SkillDialog.
* relative import fix
* Removed unused import
* Modified TurnContext.send_trace_activity to default args.
* Removed argument checks that didn't exist in C#. Fixed bug in SkillDialog.begin_dialog
* Added initial SkillDialog unit test.
* Added remainder of SkillDialog unit tests
* Updates on dialog-root-bot
* Updated buffered_replies to expect_replies
* Using HTTPStatus defines.
* Skill OAuth only change card action for emulator
* black
* skill root bot updated
* skill root bot updated
* Removed old import in dialog root bot
* Dialog-to-dialog work
* Ummm... the actual dialog-to-dialog work
* Corrected dialog-skill-bot AcitivyRouterDialog to actually have a WaterfallDialog step.
* dialog-to-dialog test bot changes: dialog-echo-skill-bot, corrected missing async on ComponentDialog
* dialog-to-dialog: Handling messages with values (serialization and whatnot)
* Memory storage does not validate e_tag integrity anymore, following the same behavior as C#
* pylint: Memory storage does not validate e_tag integrity anymore, following the same behavior as C#
* pylint: Memory storage does not validate e_tag integrity anymore, following the same behavior as C#
* Removing samples from product code PR
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>1 parent faf4eed commit d282ea3
File tree
39 files changed
+1114
-67
lines changed- libraries
- botbuilder-core/botbuilder/core
- adapters
- skills
- botbuilder-dialogs
- botbuilder/dialogs
- skills
- tests
- botbuilder-integration-aiohttp
- botbuilder/integration/aiohttp
- skills
- tests
- botbuilder-testing/botbuilder/testing
- samples/experimental
- skills-buffered/parent
- bots
- skills-prototypes/simple-bot-to-bot/simple-root-bot
- bots
- test-protocol
39 files changed
+1114
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 16 | | |
37 | 17 | | |
38 | 18 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 12 | | |
21 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments