Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarontravass/vthacksx-bot
https://github.com/aarontravass/vthacksx-bot
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aarontravass/vthacksx-bot
- Owner: aarontravass
- Created: 2022-11-12T20:32:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T12:23:43.000Z (about 2 years ago)
- Last Synced: 2024-10-08T02:44:04.223Z (about 1 month ago)
- Language: JavaScript
- Size: 20.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your new bot
This bot project was created using the Core Bot with Azure Language Understanding template, and contains support for a base set of conversational flows.
## Next steps
### Start building your bot
Composer can help guide you through getting started building your bot. From your bot settings page (the wrench icon on the left navigation rail), click on the rocket-ship icon on the top right for some quick navigation links.
Another great resource if you're just getting started is the **[guided tutorial](https://docs.microsoft.com/en-us/composer/tutorial/tutorial-introduction)** in our documentation.
### Connect with your users
Your bot comes pre-configured to connect to our Web Chat and DirectLine channels, but there are many more places you can connect your bot to - including Microsoft Teams, Telephony, DirectLine Speech, Slack, Facebook, Outlook and more. Check out all of the places you can connect to on the bot settings page.
### Publish your bot to Azure from Composer
Composer can help you provision the Azure resources necessary for your bot, and publish your bot to them. To get started, create a publishing profile from your bot settings page in Composer (the wrench icon on the left navigation rail). Make sure you only provision the optional Azure resources you need!
### Extend your bot with packages
From Package Manager in Composer you can find useful packages to help add additional pre-built functionality you can add to your bot - everything from simple dialogs & custom actions for working with specific scenarios to custom adapters for connecting your bot to users on clients like Facebook or Slack.
### Extend your bot with code
You can also extend your bot with code - simply open up the folder that was generated for you in the location you chose during the creation process with your favorite IDE (like Visual Studio). You can do things like create custom actions that can be used during dialog flows, create custom middleware to pre-process (or post-process) messages, and more. See [our documentation](https://aka.ms/bf-extend-with-code) for more information.