jormin/tuling

图灵APi集成

v1.0 2018-01-04 18:38 UTC

This package is auto-updated.

Last update: 2024-11-05 19:45:29 UTC


README

集成了 图灵 官方的Api接口。

安装

  1. 安装包文件

    $ composer require jormin/tuling

说明

  1. 返回结果说明

    接口返回数据已经经过打包处理,为数组格式,包含三个字段:

使用

  1. 获取自动回复信息

       $message = '西安天气';
       $userID = '用户ID';
       $location = '陕西省西安市雁塔区';
       $tuLing = new Jormin\TuLing\TuLing($apiKey);
       $tuLing->chat($message, $userID, $location);

    接口字段:

License

The MIT License (MIT). Please see License File for more information.