lemurengine/lemurtag-googlesearch
最新稳定版本:1.0.1
Composer 安装命令:
composer require lemurengine/lemurtag-googlesearch
包简介
An AIML tag to perform a google search in the Lemur Engine Chatbot
关键字:
README 文档
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
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-18