通过api.api关联Google操作的帐户

时间:2017-07-03 08:54:11

标签: dialogflow actions-on-google

我们正在使用api.api实现 在要求使用代码登录后:     app.askForSignIn();

我们得到input.unknown的intent调用 我们添加了签名处理程序但它没有被称为

    const SIGN_IN = 'sign.in';
    actionMap.set(SIGN_IN, signInLogic);

    function signInLogic(app) {
            let intent = app.getIntent();
            console.log('signInLogic start intent: ', intent);
    }

需要在api.ai中定义什么才能获得正确的意图调用? 我找不到定义系统意图的地方

0 个答案:

没有答案
相关问题