Challenge 06 - Self-service chatbot using data from SAP S/4 HANA system

< Previous Challenge - Home - Next Challenge >

Introduction

Your existing app service front end poses a nice interface into the SAP world. Often they get deployed or embedded into internal enterprise portals for discovery and governance purposes. In the Microsoft ecosystem there is no place better than the Microsoft Teams Client to achieve this. You want to use natural language to query your SAP from Microsoft Teams? Any interest in that? In this challenge you will implement a bot service that can leverage your existing infrastructure and process OData calls.

Description

  Bot Framework SDK Bot Framework Composer Power Virtual Agent (PVA)
coding style full-code low-code low-code
programming language C#, Java, NodeJS and Python built-in designer with PowerFX scripting language built-in designer with PowerFX scripting language
complexity high, but fully flexible medium, more freedom than PVA but less than SDK low
required dev environment setup IDE of choice, build-environment (e.g. NPM), simulator, etc. shipped with Composer studio built into Microsoft Teams

Success Criteria

Learning Resources