You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a query regarding storage of important attribute. for example when first-time human start to talk with a bot, then bot ask the name of human? so the question is how to store the name in the database so we can use in future.
for example:
human: hi
bot: hi. what's your name?
human: my name is mark.
bot: nice name mark.
human: can you talk with me.
bot: sure, mark
Please give me suggestions. How can I do to store and retrieve data?
The text was updated successfully, but these errors were encountered:
I have a query regarding storage of important attribute. for example when first-time human start to talk with a bot, then bot ask the name of human? so the question is how to store the name in the database so we can use in future.
for example:
human: hi
bot: hi. what's your name?
human: my name is mark.
bot: nice name mark.
human: can you talk with me.
bot: sure, mark
Please give me suggestions. How can I do to store and retrieve data?
The text was updated successfully, but these errors were encountered: