Click here to Skip to main content
15,886,655 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have used cosmos db for store bot conversion history.Now i want to use cosmos db for storing questions and answers for my interview bot but i dont have idea how to do that.

What I have tried:

I have used cosmos db for store bot conversion history.Now i want to use cosmos db for storing questions and answers for my interview bot but i dont have idea how to do that.
Posted
Updated 5-Oct-17 11:16am
Comments
Richard MacCutchan 5-Oct-17 7:31am    
Create a questions table and an answers table. Link the two by the question id so when you extract a question, you can find all the possible answers.

1 solution

Quote:
How to create a interview bot using azure bot service and comos db for questions

Your question tell us that you don't have the basic knowledge needed for this simple project. And a full answer is far beyond the scope of this forum.

- First write down the features you want on this project, how it will operate, including hidden features like CRUD operations on questions and handling results of interviews.
- you have to learn Databases, Probably SQL. How to design, how to use.
- you have to learn C# and the framework that will handle the GUI.
 
Share this answer
 
Comments
ank0657 11-Oct-17 7:35am    
@ppolymorphe I know to work with C# .net and ms sql server. Actully i am implementing sql server database with azure bot service.I don't have idea how to handle prompt dialog from database in bot framework.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900