Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
MarcoEidinger
Product and Topic Expert
Product and Topic Expert
SAP allows you to supercharge your enterprise iOS applications with chatbot capabilities by combining two products.

  1. SAP Conversational AI is a bot-building platform that gives you the ability to build and deploy a conversational agent in your application.

  2. SAP BTP SDK for iOS enables you to quickly develop your own native apps, with Swift. The SDK extends the standard Swift Apple iOS frameworks with the reusable UI components from the SAP Fiori for iOS Design Language and provides APIs which seamlessly integrate apps with SAP BTP services.


I am NOT talking about a simple wrapper around REST APIs.

This blog post highlights a new capability of SAP Conversational AI which just dropped with the November 2021 release. Together with the open-source Swift Package SAPCAI it allows seamless integration by providing native iOS SwiftUI component(s) to initiate a conversation with your bot and the conversation with all its various response types will be rendered automatically.

Introduction + Demo


Do you wanna see how your chatbot looks in an iOS application? How do the various response types look when rendered natively? Then watch this demo video



Connect to any existing chatbot in SAP Conversational AI. Simply create a mobile channel to consume and integrate SAP Conversational AI from your iOS apps / SAP Mobile Services

Technical details


Are you an iOS developer and you want to learn more about the technical details and E2E steps required to integrate SAP Conversational AI into your own iOS apps? Then watch this video



The video explains in detail how to

  1. Create a mobile channel for your bot in SAP Conversational AI

  2. Create a destination in SAP Mobile services to connect your iOS application to SAP Conversational AI Enterprise Edition with user propagation

  3. Add the open-source Swift package to your application and how to use the AssistantView as its main reusable component


Make sure to read go through the technical material hosted in the GitHub repository of the Swift package, especially