Extracting general information from a conversation

Hi,

We are trying to create a bot which stores information provided during conversation and later use the same information for slot filling.

Eg: “Color of my phone is White with 64GB storage” “I like pink flowers”

Now, if I ask my bot to search flowers online, it should retrieve “pink” color from memory. Similarly, user could speak any property of an object eg: color, size, shape etc

Object: { “phone” : { color:silver, brand: apple }, “HDD” : { color:black, storage: 1TB }, “watch” : { type: analog, dial: round, strap: leather } }

Can such cases of “unknown entities” with a “value” for an “object” be retrieved using RASA?

Regards

1 Like