Creating a complex conversational Ai in C#

Aaron soggi 246 Reputation points
2021-04-13T20:56:36.51+00:00

I’m looking to create a pretty complex conversational AI.

I’ll be working on it from the end of this month until start of September. Its going to be a chatbot about depression/anxiety, so i wont be looking to create a simple bot.

My main question is how would I set everything up? I know I can test the conversational AI in the Bot framework Emulator, but what project should I use?

Echo Bot (Bot framework v4 - .Netcore 3.1)?
Core bot (bot framework v4 = Netcore 3.1)?

I’ve been doing some research and I’ve seen some people use machine learning, integrating ML.net to the Echo Bot (Bot framework v4 - .Netcore 3.1)?

I really need some clarification, so I'd appreciate any feedback!

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
751 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,315 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2021-04-14T14:14:29.773+00:00

    @Aaron soggi Thanks for the question. Please follow the deeper overview of version 1.0 and get started with Virtual Assistant at http://aka.ms/VirtualAssistant.

    See more for conversation AI update in the blog and on demand sessions.

    1 person found this answer helpful.