#6778
Gael Langevin
Keymaster

Non, c’est par exemple:
aimlBotName = “inmoovWebKit”
il faut transformer en:
aimlBotName = “fr”

ou encore:
inmoovWebKit = Runtime.createAndStart(“inmoovWebKit”, “ProgramAB”)
#inmoovWebKit.setPath(aimlPath)
inmoovWebKit.startSession(aimlUserName, aimlBotName)

il faut transformer en:
fr = Runtime.createAndStart(“fr”, “ProgramAB”)
#fr.setPath(aimlPath)
fr.startSession(aimlUserName, aimlBotName)