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

This package is auto-updated.

Last update: 2024-04-19 08:06:31 UTC


README

68747470733a2f2f646f63732e6c656d7572656e67696e652e636f6d2f6173736574732f696d616765732f6c656d75722d6d65642e706e67

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