|
RE: Uploading set data in the context of AIML 2.0 |
The AIML spec does not give a standard for set files. We do not currently support importing the PandoraBots set file format, but are looking into adding support for this.
1 2 3 4 {#data : #red, instantiation : #color, word : "red"} {#data : "red", instantiation : #word, meaning : #red} Here is an example colors set data file in JSON, you can download this file and import it from your bot's Knowledge page. https://www.botlibre.com/script?id=14047448 |
|
|
|
|