Hi all, I am currently working on a (chatlog) logfile analysis and the major issue is that I need to separate "sequences" in which there is some sort of "interactivity" (user inputs and answers of the chatbot 'alternate' or take it in turns to communicate) from sequences in which the chatbot is merely asking several questions in a row without any user reacting to his notes.
E.g.: .... bot: blablabla? bot: blablabla bot: blablabla? bot: blablablaa?! bot:..... ---- user1: hi there bot: nice to meet you user1, what's your name? user1:... bot:... user1:... bot:... user1: okay have a nice evening bot bot: thanks user1 ---- bot: hi user1 are you still there? bot: hello? bot: blablabla ... In this example above it would be nice to separate the sequence when user1 comes in talking to the bot (and finishing the conversation at some point with a farewell) from sequences in which the bot is trying to attract users (asking questions or dropping statements) without getting any user input. As I am a total SQL newbie I would really appreciate some advice of how to separate and categorize properly. Best wishes, Henning -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
