Skip to Content
Technical Articles
Author's profile photo Ferry Djaja

How to Build a Chatbot for SAP Analytics Cloud with SAP Conversational AI

In this tutorial, we’ll learn how to create an SAP Analytics Cloud chatbot with SAP Conversational AI, and SAP Analytics Cloud (SAC) Custom Widget.

The goal of this tutorial is to enable the users to interact and add the chatbot interface in SAP Analytics Cloud (SAC), Analytics Application. The bot will reply with the answer by updating the Analytics Application UI elements like a chart, widget, table, etc. For our case, we’ll design the bot to update the table based on the user’s question.

Click the link below to read in details on SAP Conversational AI blog.

How to Build a Chatbot for SAP Analytics Cloud with SAP Conversational AI

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Fabio Sist
      Fabio Sist

      Amazing blog as usual!

      Just a quick question, is the following code used to change Custom Widget properties (instead of using external getters and setters)?

      this.dispatchEvent(new CustomEvent("propertiesChanged", {
                      detail: {
                          properties: {
                              sessionid: this.sessionid
                          }
                      }
                  }));
      Author's profile photo Ferry Djaja
      Ferry Djaja
      Blog Post Author

      Thanks Fabio Sist !

      That is just to trigger the custom event in SAC.

      Regards,

      Ferry

       

      Author's profile photo Mirnal Kumar
      Mirnal Kumar

      Hi ,

      The link is not working.
      It is opening the same page.

      Can you please share the link.

      Regards,
      Mirnal Kumar