[96a5a0]: / output / matching / conversation_history.json

Download this file

65 lines (65 with data), 2.0 kB

 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
57
58
59
60
61
62
63
64
65
{
"start_time": "2025-04-17T22:08:28.224166",
"conversation": [
{
"question": "how old are you?",
"parsed_answers": [
{
"criterion": "age",
"responses": [
{
"requirement_type": "exact",
"user_value": 15
}
]
}
],
"timestamp": "2025-04-17T22:08:35.725032"
},
{
"question": "what's your gender?",
"parsed_answers": [
{
"criterion": "gender",
"responses": [
{
"requirement_type": "gender",
"user_value": "male"
}
]
}
],
"timestamp": "2025-04-17T22:13:53.974542"
},
{
"question": "do you have HIV?",
"parsed_answers": [
{
"criterion": "HIV status",
"responses": [
{
"requirement_type": "status",
"user_value": "yes"
}
]
}
],
"timestamp": "2025-04-17T22:15:23.371543"
},
{
"question": "What's your volunteer health status?",
"parsed_answers": [
{
"criterion": "health status",
"responses": [
{
"requirement_type": "status",
"user_value": "unhealthy"
}
]
}
],
"timestamp": "2025-04-17T22:17:48.482048"
}
]
}