I am using AIML 2.0 and my interpreter in Python when I say MOVIES IN 2018, it shows the result in Google but is there any way that it would read for me the result. For example, when I use voice command in Google it answers about the found rsult. My one is only displaying not saying anything. Any help, please.
<category>
<pattern>MOVIES IN *</pattern>
<template>
<random>
<li>Sure thing! </li>
<li>Right away, sir! </li>
<li>On it! </li>
</random>
<system> chromium-browser "https://www.google.com/search?q=<star/>"</system>
</template>
</category>