ArrayList<PhraseMatcher> babbleTmp = new ArrayList<>();
ArrayList<AXKeyValuePair> kvs = new ArrayList<>(Arrays.asList(
new AXKeyValuePair("what is {0}", "{0} is {1}"),
new AXKeyValuePair("explain {0}", "{0} is {1}")
));
babbleTmp.add(new PhraseMatcher("(.*) is (.*)", kvs));