Generic_DialogSystem/dictionary.json
2023-05-25 16:02:16 +02:00

36 lines
586 B
JSON

{
"user_act":[
],
"system_act":[
],
"belief_state":{
"payment":{
"type":"",
"amount":"",
"loyalty_card":""
},
"delivery":{
"type":"",
"address":"",
"time":""
},
"product":{
"name":"",
"type":"",
"brand":"",
"price_range":"",
"price":"",
"quantity":"",
"quality":""
}
},
"request_state":{
},
"terminated":false,
"history":[
]
}