• In this tutorial, you will learn:
  • Create a new Basic AI Chatbot project
  • In Visual Studio Code
  • Understand the Basic AI Chatbot project
  • How Teams AI Chatbot works
  • Turn Context and Turn State
  • Authentication
  • BeforeTurn Handler
  • Activity Handlers
  • The AI System
  • AfterTurn Handler and Respond to User
  • Customize Basic AI Chatbot
  • Customize prompt
  • Syntax 1: {{ $[scope].property }}
  • Syntax 2: {{ functionName }}
  • Syntax 3: {{ functionName arg1 arg2 }}
  • Customize user input
  • Customize conversation history
  • Customize model type
  • Customize model parameters
  • Handle messages with image