Generic_DialogSystem/dictionary.json

36 lines
621 B
JSON
Raw Permalink Normal View History

2023-06-02 12:43:15 +02:00
{
"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":[
]
2023-05-25 12:05:47 +02:00
}