Skip to content
Jayesh desai edited this page Jul 9, 2021 · 23 revisions

Welcome to the chatbot-ng-internal wiki!

Here are some testing Instruction

Conversational Flow -

Add component
User -
Bot -
User -

Remove component
User -
Bot -
User -

Check your local component list
User -
Bot -
User -

Get live Qanary components
User -
Bot -
User -

Ask questions
User -
Bot -
User -

Reset local component list
User -
Bot -
User -

List of some main intents

Template -
Example command
Intent name
Outcome

Basic information:

hello:
[Default Welcome Intent]
Greetings! I am the DBpedia bot, How can I assist?

what can I do:
[Help_Intent]
Currently, You can ask me about what is DBpedia? or how to contribute to DBpedia?

what is DBpedia:
[DBpedia_Info]
DBpedia is a crowd-sourced community effort to extract structured information from Wikipedia and make this information available on the Web.

how to contribute:
[DBpedia_Contribute]
There are multiple ways to contribute to DBpedia You can: 1 - Look at open issues if you want to contribute to the codebase 2 - Improve Documentation 3 - Join the discussion on upcoming features, releases, and issues

Configuration and internal information:

(de-)activate components (this status needs to be stored):

Add sparql executer:
[Activate_component_intent]
succesfully Added SparqlExecuter you can add more components by saying Add and then name of the component.

Remove sparql executer: (currently having some issue - fixing)
[Deactivate_component_intent]
succesfully removed SparqlExecuter from components list

Get information about the current Qanary pipeline configuration:

tell me an order of components list:
[show_component_list]
currently, active components are SparqlExecuter,QueryBuilder

Ask a KB-related question (handed via Webhook to the Qanary backend):

What is the real name of hulk?:
[fallback]
resource:http://dbpedia.org/resource/Hulk answer:Robert Bruce Banner label:Hulk

Additional intent added

reset component list:
[reset_list_of_components]
Components list are now empty

Clone this wiki locally