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:
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.
Create a DynamoDB table for user-specific information. The entry gets populated whenever a new
user_id
is encountered. The key isuser_id
and the value is a dictionary comprising: