File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
samples/57.teams-conversation-bot Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
import sys
6
6
import uuid
7
7
from datetime import datetime
8
+ < << << << HEAD
9
+ == == == =
10
+ from typing import Dict
11
+ > >> >> >> cd9651bd29e2b15caa3ba1cb5912927f019f0085
8
12
9
13
from flask import Flask , request , Response
10
14
from botbuilder .core import (
11
15
BotFrameworkAdapterSettings ,
12
16
TurnContext ,
13
17
BotFrameworkAdapter ,
14
18
)
19
+ < << << << HEAD
15
20
from botbuilder .schema import Activity , ActivityTypes
16
21
17
22
from bots import TeamsConversationBot
23
+ == == == =
24
+ from botbuilder .schema import Activity , ActivityTypes , ConversationReference
25
+
26
+ from bots import ProactiveBot
27
+ > >> >> >> cd9651bd29e2b15caa3ba1cb5912927f019f0085
18
28
19
29
# Create the loop and Flask app
20
30
LOOP = asyncio .get_event_loop ()
You can’t perform that action at this time.
0 commit comments