| Author |
Topic  |
|
|
bazman
Curious Member

4 Posts |
Posted - Jan 20 2010 : 21:26:41
|
Does anyone know how to get client information on Gaitobot?
for example, If the bot asks for my name, can it save it and use it as a refrence later?
Thanks
Simon |
Need Input ? www.input-inc.com Keeping J5 Alive! |
|
|
Guile3D
Hooked Member
 

USA
661 Posts |
Posted - Jan 21 2010 : 02:24:14
|
Hello Simon. I assume your talking about Gaitobot, the AIML Editor. You have to take as reference AIML sintax. Gaitobot just makes easier to edit AIML files. User and Bot preferences are saved using AIML tags <set name="user_name">Guile</set> or <set name="bot_name">Denise</set>. You can also use <property name="name" value="Denise" /> inside the main AIML file (normaly named Startup.xml) that has the tag <learn>*.aiml</learn> that loads all your AIML files.
To retrieve this variables values, you then use <get name="user_name">
|
Guile 3D Studio http://www.guile3d.com "Where reality meets Imagination" |
Edited by - Guile3D on Jan 21 2010 02:25:28 |
 |
|
|
bazman
Curious Member

4 Posts |
Posted - Jan 26 2010 : 01:03:32
|
Hi there Guile! Thanks for getting back to me :)
Ok, I think I have understood what you mean, and I was kidna thinking that way too. tho I have not clue how to enter this `data` ( <set name="bot_name", so on ) into Gaitobot. By that I mean, do I need a file that contains the bot prefrences?, do I create it within the editor somehow ? or outside in a text file and load it in somehow?
I`m sorry for asking these `simple` questions, but I`m new to AIML / GAITOBOT and I have struggled to find any tutorials on Gaitobot other than the 2 that are on their website.
I think I have mentioned this before, but I`m not planning on making a `internet chat bot`, I just want to be able to use a chat language in my Johnny Five project ( www.input-inc.com - please check it out ! )
Thanks again
Simon |
Need Input ? www.input-inc.com Keeping J5 Alive! |
 |
|
|
Guile3D
Hooked Member
 

USA
661 Posts |
Posted - Jan 26 2010 : 16:45:25
|
Don't mention Simon. I took a look at your great work with J5 robot. I can help you with the AIML part of it. Could you tell me if you already have an interpreter software for the AIML? What kind of operational system and programming language are you using or intend to use in your project?
These are important questions so I can give you some assistance in your robot.
|
Guile 3D Studio http://www.guile3d.com "Where reality meets Imagination" |
Edited by - Guile3D on Jan 26 2010 16:46:07 |
 |
|
|
jrdm02
Curious Member

Mexico
2 Posts |
Posted - Mar 24 2010 : 18:06:35
|
I`m sorry for asking these `simple` questions, but I`m new to AIML / GAITOBOT and I have struggled to find any tutorials on Gaitobot other than the 2 that are on their website.
I think I have mentioned this before, but I`m not planning on making a `internet chat bot`, I just want to be able to use a chat language in my Johnny Five project ( www.input-inc.com - please check it out ! )
Thanks again
Simon [/quote] |
...Jesus... |
 |
|
| |
Topic  |
|