You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/readme-teams.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Getting these elements in place is a multi-step process, but only takes a few mi
32
32
The fastest way to get up and running with Botkit for Microsoft Teams is to use [Botkit Studio](https://studio.botkit.ai/signup?code=teams).
33
33
Botkit Studio will guide you through the process of setting up the [Botkit Starter Kit for Microsoft Teams](https://github.com/howdyai/botkit-starter-teams), walk you through the process of configuring the Microsoft Teams and Bot Framework APIs, and deploy your bot to a stable hosting environment so that you can start building right away.
34
34
35
-
**[](https://studio.botkit.ai/signup?code=readme)**
35
+
**[](https://studio.botkit.ai/signup?code=readme)**
36
36
37
37
### Manual Setup: Get the Starter Kit
38
38
@@ -66,7 +66,7 @@ An example of this can be seen [in the starter kit](https://github.com/howdyai/b
66
66
67
67
The full code for a simple Microsoft Teams bot is below:
bot.reply(message, 'I got your private message. You said, "'+message.text+'"');
93
93
});
94
-
~~~
95
-
94
+
```
96
95
97
96
#### App Package / Manifest File
98
97
@@ -122,14 +121,14 @@ Here is a [COMPLETE SAMPLE](../examples/teams/manifest.json)
122
121
123
122
This function creates a Teams-ready Botkit controller. The values for clientId and clientSecret must be acquired from [Bot Framework](http://dev.botframework.com).
0 commit comments