Last post Aug 13, 2019 01:46 AM by Brando ZWZ
Member
41 Points
55 Posts
Aug 12, 2019 09:48 AM|varma.kankipati@gmail.com|LINK
Hi,
I have created a simple Bot using Bot Framework and deployed it using IIS.
Now I want to embed bot with the website without using Azure.
Is it possible? if yes how to achieve it.
Thank You,
Naga Varma
Star
9831 Points
3120 Posts
Aug 13, 2019 01:46 AM|Brando ZWZ|LINK
Hi Naga Varma,
It's possible, but you should write the codes to achieve connecting to the webchat( or other client) by yourself.
For example, if you want to use bot in a web chat, you should write the custom direct line and use the web chat library to achieve your requirement.
If you use azure bot serivce, the azure bot service has already written the codes, so you could use it direcytly.
More details about what is direct line and how to build it, you could refer to below codes:
https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-concepts?view=azure-bot-service-4.0
Best Regards,
Brando
Member
41 Points
55 Posts
Embed a bot in a website with out using AZURE
Aug 12, 2019 09:48 AM|varma.kankipati@gmail.com|LINK
Hi,
I have created a simple Bot using Bot Framework and deployed it using IIS.
Now I want to embed bot with the website without using Azure.
Is it possible? if yes how to achieve it.
Thank You,
Naga Varma
Sincerely
Naga Varma
Star
9831 Points
3120 Posts
Re: Embed a bot in a website with out using AZURE
Aug 13, 2019 01:46 AM|Brando ZWZ|LINK
Hi Naga Varma,
It's possible, but you should write the codes to achieve connecting to the webchat( or other client) by yourself.
For example, if you want to use bot in a web chat, you should write the custom direct line and use the web chat library to achieve your requirement.
If you use azure bot serivce, the azure bot service has already written the codes, so you could use it direcytly.
More details about what is direct line and how to build it, you could refer to below codes:
https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-concepts?view=azure-bot-service-4.0
Best Regards,
Brando