lemurengine / lemurtag-googlesearch
An AIML tag to perform a google search in the Lemur Engine Chatbot
1.0.1
2022-10-19 05:00 UTC
Requires
- ext-simplexml: *
- ext-xml: *
- lemurengine/lemurbot: *
This package is auto-updated.
Last update: 2024-11-19 09:37: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