Hi @thenaveenm,
Apologies for the delay in response.
KT Id and Parent Id are not displayed directly in the bot builder.
You will need to follow the below steps to get the KT Id and Parent Id:
- In the bot, open the dialog tasks section.
- Click F12 >> opens the console >> Navigate to the “Network” tab.
- Now, in the bot, go to the Knowledge tasks section >> Open the ontology structure.
- In the network calls, you can observe the below API call that has the KT id passed as the path parameter.
In the same way, you can find the Parent Id if you have multiple parent and child nodes.
- Click on the node in the Ontology structure.
- You can observe the FAQS API call. You will find the parent Id in the response.
Let us know if you need any further clarification.
Regards,
Yoga Ramya

