emora-chat / emora

General wiki for the Emora project.
0 stars 0 forks source link

DynamoDB table for user-specific information #25

Closed jdchoi77 closed 4 years ago

jdchoi77 commented 4 years ago

Create a DynamoDB table for user-specific information. The entry gets populated whenever a new user_id is encountered. The key is user_id and the value is a dictionary comprising:

sfillwo commented 4 years ago

Cobot has a default user_attribute table that gets populated for each new user based on user_id. We can save any fields that we want to it, and retrieve them during the conversation.