Hi everyone, I have multiple bots writing conversations to the same table.
I want to give name to each bot and store that name as column in DB. Is this possible?
please explain how to do this.
Hi everyone, I have multiple bots writing conversations to the same table.
I want to give name to each bot and store that name as column in DB. Is this possible?
please explain how to do this.
Can you please elaborate ? As in scenario of your issue.
I have created multiple bots for a client. am writing all the conversations to single table. I want to differentiate which conversation happens from which bot. for that I want to give a name or Id for each bot and store it as a column in the table. so, that I can differentiate. Is this possible? If yes, In which file I have to make the changes?