Shukhratbek Mamadaliev
/ShuhratBek
shuhratbek.26@gmail.com
EPAM, Senior Software Engineer
PC
INTERNET
MOBILE
CONVERSATIONS
VOICE ASSISTANT
CHATBOTS
The new canvas
The new opportunity
Icon made by Freepik from www.flaticon.com
Icon made by Freepik from www.flaticon.com
Order Pizza (Traditional)
Icon made by Freepik from www.flaticon.com
Order Pizza (Bot)
Stable release
Stable release
Preview release
Preview release
<!DOCTYPE html>
<html>
<body>
<div id="webchat"></div>
<script src="https://cdn.botframework.com
/botframework-webchat/latest/webchat.js"></script>
<script>
window.WebChat.renderWebChat(
{
directLine: window.WebChat.createDirectLine(
{
secret: 'YOUR_BOT_SECRET_FROM_AZURE_PORTAL'
}
)
}, document.getElementById('webchat'));
</script>
</body>
</html>
botframework-webchat
import DirectLine from 'botframework-directlinejs';
import React from 'react';
import ReactWebChat from 'botframework-webchat';
export default class extends React.Component {
constructor(props) {
super(props);
this.directLine = new DirectLine({ token: 'YOUR_BOT_SECRET' });
}
render() {
return (
<ReactWebChat directLine={ this.directLine } />
element
);
}
}
npm install botframework-webchat
www.luis.ai
Locally via
Bot Builder SDK
Azure