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...
Hi Sharon, this is using openweathermap.org? We use this in our Grammy-chatbot, and it works fine for us.Here's a snippet of the code we use in the action:Current weather in {{memory.location.formatted}} is {{api_service_response.default.body.current...
Thank you Jonas - so for Microsoft Teams this skill will be executed only once and then never again, no matter how many years the user account exists, right? Or is there a limit on how long a conversation exists on Microsoft Teams, some kind of timeo...
as for the initialize skill: unfortunately the link to the documentation does not (yet) work, so I'm wondering how "beginning of conversation" is defined, especially for Microsoft Teams. Does anyone know?
(in the Conversation Log it looks as if a ne...