8000 Axsuarez/4.12 cherry picks (#1540) · andreikop/botbuilder-python@f8a8b4a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit f8a8b4a

Browse files
Axsuarez/4.12 cherry picks (microsoft#1540)
* Add TabEntityContext to init.py (microsoft#1538) * axelsrz/export-dialogs-memory (microsoft#1539) Co-authored-by: Eric Dahlvang <erdahlva@microsoft.com>
1 parent 51a6bde commit f8a8b4a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

libraries/botbuilder-dialogs/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"botbuilder.dialogs.prompts",
4545
"botbuilder.dialogs.choices",
4646
"botbuilder.dialogs.skills",
47+
"botbuilder.dialogs.memory",
48+
"botbuilder.dialogs.memory.path_resolvers",
49+
"botbuilder.dialogs.memory.scopes",
4750
],
4851
install_requires=REQUIRES + TEST_REQUIRES,
4952
tests_require=TEST_REQUIRES,

libraries/botbuilder-schema/botbuilder/schema/teams/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
from ._models_py3 import MeetingParticipantInfo
6464
from ._models_py3 import CacheInfo
6565
from ._models_py3 import TabContext
66+
from ._models_py3 import TabEntityContext
6667
from ._models_py3 import TabRequest
6768
from ._models_py3 import TabResponseCard
6869
from ._models_py3 import TabResponseCards
@@ -136,6 +137,7 @@
136137
"MeetingParticipantInfo",
137138
"CacheInfo",
138139
"TabContext",
140+
"TabEntityContext",
139141
"TabRequest",
140142
"TabResponseCard",
141143
"TabResponseCards",

0 commit comments

Comments
 (0)
0