-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
56 lines (54 loc) · 1.38 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"contact": [
[
{
"text_value": "2005X-3045B-1569J"
},
{
"text_value": "67A23B"
},
{
"text_value": "Dear Ms. A, can you confirm your purchase of a plane ticket to Hong Kong?"
}
],
[
{
"text_value": "3865T-0665J-5443D"
},
{
"text_value": "E43AC2"
},
{
"text_value": "Dear Mr. B, can you confirm your purchase of a meal in Hong Kong?"
}
],
[
{
"text_value": "9834K-1239Y-8733N"
},
{
"text_value": "983D1C"
},
{
"text_value": "Dear Mrs. C, can you confirm your purchase of a plane ticket to New York?"
}
]
],
"respond": [
[
{
"text_value": "Mrs. C approved purchase of a plane ticket to New York, purchase number: 9834K-1239Y-8733N."
}
],
[
{
"text_value": "Mr. B rejected purchase of a meal in Hong Kong, purchase number: 3865T-0665J-5443D."
}
],
[
{
"text_value": "Ms. A approved purchase of a plane ticket to Hong Kong, purchase number: 2005X-3045B-1569J."
}
]
]
}