Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6247993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:58:33+00:00 2026-05-24T12:58:33+00:00

I’m looking for help from anyone who’s worked with the verbot sdk. I’m making

  • 0

I’m looking for help from anyone who’s worked with the verbot sdk.

I’m making a program that I want to use the LearnedKnowledge.vkb, Teacher.vkb, and any standard bot (julia, for example). Those who’ve used this before will know that with the rules in Teacher, you can essentially write responses to things that the bot doesn’t understand, and train it on the fly.

I’m planning on using speech recognition and text-to-speech, but my problem right now is that after I load the knowledgebases, I can’t seem to get any response from the bot.

Here’s what I have: The Verbot5Library.dll, from verbots.sourceforge.net (I got the editor and player too, to make sure the files were working). In my program, I set up the variables as such:

    Verbot5Engine verbot = new Verbot5Engine();
    KnowledgeBase kb = new KnowledgeBase();
    KnowledgeBaseItem kbi = new KnowledgeBaseItem();
    State state = new State();
    XMLToolbox xmlToolboxKB = new XMLToolbox(typeof(KnowledgeBase));

Then I initialize the verbot engine and load the kbs:

        // using the xmlToolboxKB method I saw in this forum:  http://www.verbots.com/forums/viewtopic.php?t=2984
        kbi.Fullpath = @"C:\\[full path to kb...]\\";
        kbi.Filename = "LearnedKnowledge.vkb";
        kb = (KnowledgeBase)xmlToolboxKB.LoadXML(kbi.Fullpath + kbi.Filename);
        verbot.AddKnowledgeBase(kb, kbi);

        kbi.Filename = "julia.vkb";
        kb = (KnowledgeBase)xmlToolboxKB.LoadXML(kbi.Fullpath + kbi.Filename);
        verbot.AddKnowledgeBase(kb, kbi);

        //trying to use LoadKnowledgeBase and LoadCompiledKnowledgeBase methods:  verbot.LoadKnowledgeBase("C:\\[full path to kb...]\\LearnedKnowledge.vkb");
        //verbot.LoadCompiledKnowledgeBase("C:\\[full path...]\\julia.ckb");
        //verbot.LoadCompiledKnowledgeBase("C:\\[full path...]\\Teacher.ckb");

        // set up state
        state.CurrentKBs.Add("C:\\[full path...]\\LearnedKnowledge.vkb");
        state.CurrentKBs.Add("C:\\[full path...]\\Teacher.vkb");
        state.CurrentKBs.Add("C:\\[full path...]\\julia.ckb");

Finally, I attempt to get a response from the verbot engine:

        Reply reply = verbot.GetReply("hello", state);
        if (reply != null)
             Console.WriteLine(reply.AgentText);
        else
             Console.WriteLine("No reply found.");

I know julia has a response for “hello”, as I’ve tested it with the editor. But all it ever returns is “No reply found”. This code has been taken from the example console program in the SDK download (as very little documentation is available). That’s why I need some pointers from someone who’s familiar with the SDK.

Am I not loading the KBs correctly? Do they all need to be compiled (.ckb) instead of the XML files (.vkb)? I’ve used the verbot.OnKnowledgeBaseLoadError event handler and I get no errors. I even removed the resource file Default.vsn needed to load the Teacher, and it throws an error when trying to load it so I’m pretty sure it’s all loading correctly. So why do I always get “No reply found”?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T12:58:35+00:00Added an answer on May 24, 2026 at 12:58 pm

    resolved: see http://www.verbots.com/forums/viewtopic.php?p=13021#13021

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
Does anyone know how can I replace this 2 symbol below from the string
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.