[구글 어시스턴트] dialogflow의 media response 사용시 추가로 media response를 넣는 방법.
1. Dialogflow의 상태 2. Webhook의 상태 // Welcome intent. // V2, It use intent name, not action name. app.intent(WELCOME_INTENT, (conv) => { console.log("WELCOME_INTENT"); // for debug. If you want debug, copy and paste. // conv is json data. conv.ask('plat it'); conv.ask(new MediaObject({ name: 'Jazz in Paris', url: 'http://storage.googleapis.com/automotive-media/Jazz_In_Paris.mp3', description: 'A f..
프로그래밍/챗봇 개발
2018. 6. 1. 10:25