<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Multiple chatbots integration in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291602#M4606242</link>
    <description>&lt;P&gt;Thanks for your response, and this is the same I was trying to have the main bot which calls another bot as API using OAuth.&lt;/P&gt;&lt;P&gt;But need to explore to make sure all subsequent call goes to that called both.&lt;/P&gt;&lt;P&gt;I also saw the roadmap and I see something called BOT Manager and by definition, it looks that it would help fullfill this requirement of linking different bots for seamless development and user experience. is my understanding correct?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashant Singhal&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 01:13:57 GMT</pubDate>
    <dc:creator>prashant_singhal</dc:creator>
    <dc:date>2020-12-22T01:13:57Z</dc:date>
    <item>
      <title>Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaq-p/12291598</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I have a scenario where we have multiple different thread of bots developed, now is there a way to develop a main bot which on selection can call respective bot based on selection or is there a way in the webclient for these to work seamlessely?&lt;/P&gt;
  &lt;P&gt;Worst i would have to migrate all the bots to single bot so they can work together, this would be my last option if there is nothing else.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 23:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaq-p/12291598</guid>
      <dc:creator>prashant_singhal</dc:creator>
      <dc:date>2020-12-14T23:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291599#M4606239</link>
      <description>&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;yes, this is possible - a concept we also call "Concierge Bot". The idea is to build this "concierge bot", which is the one your users would talk to. The Concierge Bot would then be responsible to process the user utterance and forward the request to one of your other bots via CAI API calls. You can generate an oAuth runtime token in the "target bots" for this purpose.&lt;/P&gt;&lt;P&gt;Now, your challenge will be how to select the right bot to forward the request to. You may solve this with a specific training set for the concierge bot, or other means like calling all your other bots to identify which one has the highest confidence. You may need to experiment with some options to get the best result.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 05:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291599#M4606239</guid>
      <dc:creator>former_member67568</dc:creator>
      <dc:date>2020-12-18T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291600#M4606240</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;Do you have demo which we can follow for this topic please ? &lt;/P&gt;&lt;P&gt;Just to make it clear, I am not talking about linking the skills inside the bot , but have two or three different bot on top each other, or one on the right corner while the second on the left side &lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 08:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291600#M4606240</guid>
      <dc:creator>former_member715858</dc:creator>
      <dc:date>2020-12-18T08:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291601#M4606241</link>
      <description>&lt;P&gt;Hello Moaen, we do not have a template or demo, unfortunately. You can refer to our &lt;A href="https://cai.tools.sap/docs/api-reference"&gt;API reference&lt;/A&gt; to check the APIs you would need to use. To summarize the concept: Have one bot that is the entry point for your users. Build your bot actions (e.g. using Webhook calls) to call your other bots using APIs.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 20:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291601#M4606241</guid>
      <dc:creator>former_member67568</dc:creator>
      <dc:date>2020-12-21T20:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291602#M4606242</link>
      <description>&lt;P&gt;Thanks for your response, and this is the same I was trying to have the main bot which calls another bot as API using OAuth.&lt;/P&gt;&lt;P&gt;But need to explore to make sure all subsequent call goes to that called both.&lt;/P&gt;&lt;P&gt;I also saw the roadmap and I see something called BOT Manager and by definition, it looks that it would help fullfill this requirement of linking different bots for seamless development and user experience. is my understanding correct?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashant Singhal&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 01:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291602#M4606242</guid>
      <dc:creator>prashant_singhal</dc:creator>
      <dc:date>2020-12-22T01:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291603#M4606243</link>
      <description>&lt;P&gt;You could use a memory variable to ensure subsequent requests are always routed to the same bot. And you are right: The multi-bot manager on the roadmap is designed to address this requirement. If you need a solution quickly, then the API integration is the recommended option.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 01:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291603#M4606243</guid>
      <dc:creator>former_member67568</dc:creator>
      <dc:date>2020-12-22T01:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chatbots integration</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291604#M4606244</link>
      <description>&lt;P&gt;Dear Enrico, &lt;/P&gt;&lt;P&gt;What is the time frame to have the multi-bot manager in product or on beta to explore ?&lt;/P&gt;&lt;P&gt;in addition, can we have a look on the high level of the Road Map plan and give/be a part of the development team.&lt;/P&gt;&lt;P&gt;Regards,  &lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 03:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-chatbots-integration/qaa-p/12291604#M4606244</guid>
      <dc:creator>former_member715858</dc:creator>
      <dc:date>2020-12-22T03:19:32Z</dc:date>
    </item>
  </channel>
</rss>

