lemurengine / lemurtag-googlesearch
An AIML tag to perform a google search in the Lemur Engine Chatbot
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lemurengine/lemurtag-googlesearch
Requires
- ext-simplexml: *
- ext-xml: *
- lemurengine/lemurbot: *
This package is auto-updated.
Last update: 2025-09-19 11:34:10 UTC
README
emurengine/lemurtag-googlesearch
Add a AIML tag to your Lemur Engine chatbot to allow you to return a link to google search in your responses
Install with composer
composer require lemurengine/lemurtag-googlesearch
Create the AIML categories (optional)
Upload the file and link the file aiml/cstm-google-search.csv to your bot from inside the portal
Example usage
Example AIML:
<category>
<pattern>SEARCH GOOGLE FOR A *</pattern>
<template><googlesearch><star /></googlesearch</template>
</category>
Expected Conversation:
Input: Search google for a cake recipe
Output: Check these search results: <a href="https://www.google.com/search?q=cake+recipe" target="_new">cake recipe</a>
Documentation:
https://docs.lemurengine.com/extend.html