I am working on adding AIML 2.0 support to the BOT libre platform (http://www.botlibre.com), and am confused on the new request/response input/that requirements.
In the AIML 1.0.1 spec, here
http://www.alicebot.org/TR/2011/
it states that the input tag can take an index or “m,n” similar to the that tag.
>> <aiml:input index = (single-integer-index | comma-separated-integer-pair) >
But in the AIML 2.0 document, here,
https://docs.google.com/document/d/1wNT25hJRyupcG51aO89UcQEiG-HkXRXusukADpFnDs4/pub
it says the input index is only an single value (and the nth sentence in the input which is confusing to compute or make use of).
So which is it? Was this support removed in 2.0? or was the 1.0.1 document wrong? or is the 2.0 document wrong?
It would seem to make the most sense for both input and that to be the same, and both take “m,n” for the index, but the 2.0 doc seems to state otherwise…