-
Notifications
You must be signed in to change notification settings - Fork 1
/
conversation.json
82 lines (81 loc) · 1.62 KB
/
conversation.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"intents":[
{
"intent":"saudacao",
"confidence":0.35216035192795986
}
],
"entities":[
{
"entity":"USUARIO_ITERACAO",
"location":[
0,
3
],
"value":"SAUDACAO"
}
],
"input":{
"text":"ola"
},
"output":{
"log_messages":[
],
"text":[
"Bom dia!",
"Sou a assistente virtual da Caixa.",
"Deseja saber sobre FGTS Contas Inativas?"
],
"nodes_visited":[
"Saudação",
"Saudação Horário",
"Apresentação",
"Pergunta Domínio FGTS"
]
},
"context":{
"conversation_id":"789378c9-34f3-4152-9db0-be094fdf9e1e",
"system":{
"dialog_stack":[
{
"dialog_node":"Pergunta Domínio FGTS"
}
],
"dialog_turn_counter":2,
"dialog_request_counter":2,
"_node_output_map":{
"node_4_1487448971419":[
0,
1,
2,
0,
3
],
"Apresentação":[
1,
0,
1
],
"Pergunta Domínio FGTS":[
1,
4,
5,
0,
2,
1,
3
],
"node_2_1487448954722":[
0,
3,
0,
1,
2
]
},
"dialog_in_progress":true
},
"timezone":"America/Sao_Paulo",
"handoff":false
}
}