mberghoefer04
Advisor
Advisor
Member since ‎2015 Mar 25

User Statistics

  • 36 Posts
  • 0 Solutions
  • 22 Kudos given
  • 14 Kudos received

User Activity

Hello, once again i need help with scripting in CAI... i have an array of objects (a list of values, organized by categories) facts = [ { cat:0, id:0, value:"blabla", seen:0}, {cat:0, id:1, value:"xyz", seen:0}, {cat:0, id:2, value:"this and tha...
Hello, i am trying to find an easy/efficient way to detect and preserve some kind of context in a conversation, so that the conversation can become more life-like. for example: user says: which Org-Unit covers HANA development? bot responds: Unit...
Hello, is there a way to manually split a long answer in an FAQ-Bot into multiple messages, so that the answer will not be cut off? alternatively: how could we use scripting to split long answers into max 600char long pieces (especially consideri...
Hello, we would like to ask our user for a name that can then be used during the conversation. We tried to simply use a skill that is checking for the presence of a #person entity in statements like "i am..." or "my name is", but that did not reall...
Hello, our system is made up of two CAI-chatbots. The Skill/Intent-based bot is the one the user talks to (Primary bot), and in the background there's an FAQ-bot who has access to basically the same content and which is contacted by the primary bot...