How do I output my console log output as my agent output in Dialogflow?

前端 未结 0 594
不知归路
不知归路 2021-01-28 15:18
function synonymFindHandler(agent){
    const word = agent.parameters.word;
    agent.add(\'Here are the synonyms of the word \' + word + \':\');
    
    axios({
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题