add dictionary.json

This commit is contained in:
s459312 2023-05-25 12:05:47 +02:00
parent 493479fc40
commit 113fba9022

35
dictionary.json Normal file
View File

@ -0,0 +1,35 @@
{
"user_act":[
],
"system_act":[
],
"belief_state":{
"payment":{
"type":"",
"amount":"",
"loyalty_card":""
},
"delivery":{
"type":"",
"address":"",
"time":""
},
"product":{
"name":"",
"type":"",
"brand":"",
"price":"",
"quantity":"",
"quality":""
}
},
"request_state":{
},
"terminated":false,
"history":[
]
}