Skip to content

Commit 7599d3d

Browse files
committed
Merge branch 'main' into qrs_v3
2 parents 2419a2f + 93476c3 commit 7599d3d

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"uuid": "01969b47-0583-76f8-ae7f-f8b243c49ff5",
3+
"type": "contact_last_seen_changed",
4+
"created_on": "2025-05-04T12:30:46.123456789Z",
5+
"last_seen_on": "2022-02-03T13:45:30Z"
6+
}

flows/events/testdata/TestEventMarshaling_msg_created_rich.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
],
1515
"quick_replies": [
1616
{
17+
"type": "text",
1718
"text": "yes"
1819
},
1920
{
21+
"type": "text",
2022
"text": "no"
2123
}
2224
],

test/testdata/runner/all_actions.test.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,12 @@
332332
"locale": "eng-US",
333333
"quick_replies": [
334334
{
335-
"text": "Yes"
335+
"text": "Yes",
336+
"type": "text"
336337
},
337338
{
338-
"text": "No"
339+
"text": "No",
340+
"type": "text"
339341
}
340342
],
341343
"text": "This is a reply with attachments and quick replies",

test/testdata/runner/two_questions.test.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@
5050
"locale": "eng-US",
5151
"quick_replies": [
5252
{
53-
"text": "Red"
53+
"text": "Red",
54+
"type": "text"
5455
},
5556
{
56-
"text": "Blue"
57+
"text": "Blue",
58+
"type": "text"
5759
}
5860
],
5961
"text": "Hi Ben Haggerty! What is your favorite color? (red/blue) Your number is (206) 555-1212",

test/testdata/runner/two_questions.test_resume_with_expiration.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@
4242
"locale": "eng-US",
4343
"quick_replies": [
4444
{
45-
"text": "Red"
45+
"text": "Red",
46+
"type": "text"
4647
},
4748
{
48-
"text": "Blue"
49+
"text": "Blue",
50+
"type": "text"
4951
}
5052
],
5153
"text": "Hi Ben Haggerty! What is your favorite color? (red/blue) Your number is (202) 456-1111",

0 commit comments

Comments
 (0)