AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

How can I make the google search that says like Google voice command what is found in the web?
 
 

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 awaysir! </li>
               <
li>On it! </li>
            </
random>
            <
systemchromium-browser "https://www.google.com/search?q=<star/>"</system>
        </
template>
    </
category
 

 
  [ # 1 ]

AIML doesn’t have any TTS software built in. I use http://www.cereproc.com for my speech.

 

 
  login or register to react