File tree 2 files changed +5
-0
lines changed
botbuilder-schema/botbuilder/schema/teams 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 44
44
"botbuilder.dialogs.prompts" ,
45
45
"botbuilder.dialogs.choices" ,
46
46
"botbuilder.dialogs.skills" ,
47
+ "botbuilder.dialogs.memory" ,
48
+ "botbuilder.dialogs.memory.path_resolvers" ,
49
+ "botbuilder.dialogs.memory.scopes" ,
47
50
],
48
51
install_requires = REQUIRES + TEST_REQUIRES ,
49
52
tests_require = TEST_REQUIRES ,
Original file line number Diff line number Diff line change 63
63
from ._models_py3 import MeetingParticipantInfo
64
64
from ._models_py3 import CacheInfo
65
65
from ._models_py3 import TabContext
66
+ from ._models_py3 import TabEntityContext
66
67
from ._models_py3 import TabRequest
67
68
from ._models_py3 import TabResponseCard
68
69
from ._models_py3 import TabResponseCards
136
137
"MeetingParticipantInfo" ,
137
138
"CacheInfo" ,
138
139
"TabContext" ,
140
+ "TabEntityContext" ,
139
141
"TabRequest" ,
140
142
"TabResponseCard" ,
141
143
"TabResponseCards" ,
You can’t perform that action at this time.
0 commit comments