Skip to content

Commit 2dcba7c

Browse files
author
tremlfl
committed
Test Cases
1 parent c130653 commit 2dcba7c

File tree

8 files changed

+73
-0
lines changed

8 files changed

+73
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
adaptive
2+
3+
#me
4+
BUTTON card bingsports
5+
6+
#bot
7+
BUTTONS Image action|Column action|Container action
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
button
2+
3+
#me
4+
BUTTON card markdown
5+
6+
#bot
7+
Showing markdown
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
card
2+
3+
#me
4+
BUTTON thumbnailcard
5+
6+
#bot
7+
Microsoft Surface Pro
8+
MEDIA surface1.jpg
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
channeldata
2+
3+
#me
4+
channel-data
5+
UPDATE_CUSTOM SET_ACTIVITY_VALUE|channelData|{"channelData1": "botium", "channelData2": "something else"}
6+
7+
#bot
8+
Dump of the channel data from the activity sent by the user.
9+
JSON_PATH $.attachments
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
event
2+
3+
#me
4+
sample:backchannel
5+
6+
#bot
7+
I am sending an `event` activity like below
8+
9+
#bot
10+
sample:backchannel
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
form
2+
3+
#me
4+
BUTTON card inputs
5+
6+
#bot
7+
BUTTONS Open Url|Submit|Show Card
8+
9+
#me
10+
FORM SimpleVal|myname
11+
FORM UrlVal|myhomepage
12+
FORM EmailVal|myemail
13+
FORM CompactSelectVal|2
14+
FORM MultiSelectVal|1;2
15+
FORM IsCool
16+
17+
#bot
18+
You posted
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
help
2+
3+
#me
4+
help
5+
6+
#bot
7+
BUTTONS Show Markdown using Adaptive Card
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
jsonbutton
2+
3+
#me
4+
BUTTON {"hello": "World!"}
5+
6+
#bot
7+
You posted

0 commit comments

Comments
 (0)