Ontology chatbot

I will build a chatbot using onthology, have you ever made a chatbot onthology, can I know the design and implementation process that must be made in creating an onthology chatbot? please give me a hint. Thank you

Hi @marianaputri81,

We infer from your explanation that you would like to create a bot for Onthology related queries.

If it is only FAQ’s that you would want your bot to answer, then you can build a Knowledge graph with expected questions and related answers.

Please go through the following documentation for a better understanding on bot builder
https://developer.kore.ai/docs/bots/chatbot-overview/koreai-platform/

Let us know your requirement in detail so that we can help you further.

Regards,
Yoga Ramya

Hi @yogaramya.mendu
Thank you for your answers.
Yes, you are right, I would like to create a query-related chatbot or an ontology-based chatbot.
Below I attach a chatbot conversation flow which I will make, hopefully, you can help me.
Flow chatbot ontology

Thank you

Hi @marianaputri81,

Apologies for the delay in response.

Hope you are progressing with your development on the above requirement.

As we see the flow, we understand that at every node, based on the user input, you would be retrieving the necessary data and displaying it.

If you have the APIs to retrieve data, you can use a service node to get the data as per the user input in the entity node.

Kindly go through https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/dialog-tasks/

Regards,
Yoga Ramya

Let us know if you need any further information.