From the course: Developing for Microsoft Teams
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Solution: Building a picture library bot - Microsoft Teams Tutorial
From the course: Developing for Microsoft Teams
Solution: Building a picture library bot
(upbeat music) - [Instructor] Good, so I hope you managed to get something working. And I finally got it to do what I wanted in giving me the offers of what it's (chuckling), if I can get it to open this up. So you can see it prompts for hello, sends a hello messages, and show list of pictures matching the string and some instructions to help the user. And if you didn't get that in your solution, well, that's because you didn't edit the manifest file, which I did, which I added an extra command here, which is Show. In each of these different situations, it will add Show to the existing Hello prompt so you get a prompt. That's really all that the manifest does is provide that. But otherwise, the other main change I made was in bot activity handler. I actually improve this slightly so that it checks the command and cleans it up a little bit and converts it to lowercase before doing this check, 'cause I got fed up…