Showing results for Bots - Developer Support

Dec 18, 2023
0
1

How to enhance your chatbot so it can retrieve data from multiple data sources & orchestrate its own plan with C# Semantic Kernel, planner & Azure OpenAI – part 4 (local development & deployment details)

Developer Support
Developer Support

In this multi-part series, Jordan Bean shares how to enhance a chatbot to retrieve data from multiple data sources and orchestrate plans with C# Semantic Kernel, planner, and Azure Open AI. In the previous post, I detailed how the demo app runs. In this post, let’s talk about some of the techniques & technologies I used to make the demo ...

BotsAzure OpenAISemantic Kernel
Dec 18, 2023
0
0

How to enhance your chatbot so it can retrieve data from multiple data sources & orchestrate its own plan with C# Semantic Kernel, planner & Azure OpenAI – part 3 (demo app)

Developer Support
Developer Support

In this multi-part series, Jordan Bean shares how to enhance a chatbot to retrieve data from multiple data sources and orchestrate plans with C# Semantic Kernel, planner, and Azure Open AI. In the previous post, we talked about the implementation details of how the demo app works & how to set up Semantic Kernel, with the  and Azure OpenA...

BotsAzure OpenAISemantic Kernel
Dec 1, 2023
0
0

How to enhance your chatbot so it can retrieve data from multiple data sources & orchestrate its own plan with C# Semantic Kernel, planner & Azure OpenAI – part 2 (demo app implementation)

Developer Support
Developer Support

In this multi-part series, Jordan Bean shares how to enhance a chatbot to retrieve data from multiple data sources and orchestrate plans with C# Semantic Kernel, planner, and Azure Open AI. In the previous post, we discussed how the RAG pattern isn’t enough to answer complex user questions. We talked about using Semantic Kernel to orchestrat...

BotsAzure OpenAISemantic Kernel
Dec 1, 2023
0
1

How to enhance your chatbot so it can retrieve data from multiple data sources & orchestrate its own plan with C# Semantic Kernel, planner & Azure OpenAI – part 1

Developer Support
Developer Support

In this multi-part series, Jordan Bean shares how to enhance a chatbot to retrieve data from multiple data sources and orchestrate plans with C# Semantic Kernel, planner, and Azure Open AI. As discussed in the previous post about Azure OpenAI, using the Retrieval Augmented Generation (RAG) pattern is a simple & effective way to enable Az...

BotsAIAzure OpenAI
Mar 5, 2019
0
0

Azure BOTs – getting extra access tokens

Developer Support
Developer Support

In this post, Premier Dev Consultant Marius Rochon show us how to obtain extra access tokens using OAuth2 Extension flow (on-behalf-of flow). The following describes an approach for getting access tokens to more than one resource, without re-displaying the sign in dialog (using the V2 Azure AD endpoint). In a nutshell, the procedure uses...

TeamAzure ADBots
May 25, 2018
0
0

Using AI and Bots as an underpinning for modern UI

Developer Support
Developer Support

In this post, Consultant/App. Dev. Manager Timothy Baillis explains how AI and Bots can improve modern UI designs.It has been said that every great developer is inherently lazy- or at least inspired by boring or repetitive tasks. The idea that you can code a program to automate a task or overcome an obstacle is a powerful incentive to create. In th...

BotsCognitive ServicesBot Framework
Mar 29, 2018
0
0

Accessing a .NET Bot’s State via Dependency Injection

Developer Support
Developer Support

The .NET BotBuilder SDK has deprecated the StateClient class, leaving some to wonder how they should access their bot’s state. Premier Developer Consultant Ben Williams shares an example of using dependency injection in your BotFramework projects.When using the .NET BotBuilder SDK’s dialog system, you can access the bot state using the dialog conte...

.NETBotsC#
Mar 6, 2018
0
0

Self-Hosting a Bot in Service Fabric with Katana

Developer Support
Developer Support

Read on to learn how to use the Katana-based OWIN stack within Service Fabric. In this post, Premier Developer Consultant Megan Meyer walks through how to host the Bot Builder SDK Echo Bot in Service Fabric. I recently participated in a small hackathon with some Microsoft ninjas where we were presented with the problem, How do you host a bot in ...

Service FabricBotsMegan Meyer
Jun 7, 2017
0
0

Experiments with HoloLens, Bot Framework, LUIS and Speech Recognition

Developer Support
Developer Support

In this post, Senior Application Development Manager, Davide Zordan, walks us through a POC using HoloLens, Bot Framework, LUIS and Speech Recognition. Recently I had the opportunity to use a HoloLens device for some personal training and building some simple demos. One of the scenarios that I find very intriguing is the possibility of in...

TeamBotsHoloLens
Jan 17, 2017
0
0

Bots on Azure – Not as Complex as it Sounds

Developer Support
Developer Support

This post is provided by Dan Simmons, a Technical Delivery Manager within our team here at Premier Support for Developers. I was having a discussion with a colleague about how customers will help you better understand them.  I had asked if they had thought about putting a bot on their webpage to help them with this and she said they had not main...

TeamAzureDiscover