From the course: Developing for Microsoft Teams
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Challenge: Building a picture library bot - Microsoft Teams Tutorial
From the course: Developing for Microsoft Teams
Challenge: Building a picture library bot
(upbeat music) - [Instructor] Let's do a challenge. We're going to make a bot that can search our image library and return a list of matches. Let me show you what that's going to look like. So, before when we typed show, nothing much happened. Now, if I type show it should say, please tell me what you want to show EG, show buildings. So let's try that. So I'll say show building, and it returns a list of the images with titles that contain the word building. So that's what we're trying to do. And you'll also notice it's sending a card back but you could just send text. So in the scenario for this challenge I want to be able to say, show buildings. So I've already done a bit of groundwork. And if I go to the project that you will get from the branch corresponding to this video in GitHub, you can see that I've set a few things up. So I've got a generated app info. That is where we're getting all the data from, of course…