4c0f65c780 | ||
---|---|---|
.. | ||
assets | ||
config | ||
src | ||
teams | ||
typings | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Microsoft Bot Framework Web Chat
Summary
A web part sample that uses the botframework-webchat module to create a React component to render the Bot Framework v4 webchat component. This web part is able to render Text and rich attachments (Images, Cards, Adaptive Cards, ...) and has settings for branding purposes.
Used SharePoint Framework Version
Applies to
Prerequisites
You need to have this bot created and registered using the Microsoft Bot Framework and registered to use the Direct Line Channel, which will give you the token generation endpoint needed when adding this web part to the page. For more information on creating a bot and registering the channel you can see the official web site at dev.botframework.com.
Disclaimer
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Minimal Path to Awesome
-
Clone this repository
-
in the command line run:
npm install gulp serve
-
Set the bot service URI as Bot EndPoint.
-
Config bot endpoint
Add the web part, set the bot endpoint tohttps://YOUR_BOT.azurewebsites.net
, refresh the page, then you can successfully connect the bot with SharePoint.
Deploy
If you want to deploy the bot follow the steps in the Host your client-side web part from Microsoft 365 CDN article
Features
This Web Part illustrates the following concepts on top of the SharePoint Framework:
- Connecting and communicating with a bot built on the Microsoft Bot Framework using the Direct Line Channel
- Validating Property Pane Settings
- Office UI Fabric
- React