Generic_DialogSystem/dictionary.json

36 lines
586 B
JSON
Raw Normal View History

2023-05-25 12:05:47 +02:00
{
"user_act":[
],
"system_act":[
],
"belief_state":{
"payment":{
"type":"",
"amount":"",
"loyalty_card":""
},
"delivery":{
"type":"",
"address":"",
"time":""
},
"product":{
"name":"",
"type":"",
"brand":"",
2023-05-25 16:02:16 +02:00
"price_range":"",
2023-05-25 12:05:47 +02:00
"price":"",
"quantity":"",
"quality":""
}
},
"request_state":{
},
"terminated":false,
"history":[
]
}