This functions make that artyom says the last spoken sentence or returns the spoken text in an object. If artyom.say wasn't used previously, then it will do nothing.
artyom.say("Hello", {
onEnd: function(){
// Say Hello Again
artyom.repeatLastSay();
}
});