Upgrade to Pro — share decks privately, control downloads, hide ads and more …

大掃除中の困ったを解決しようとした話

rch850
January 26, 2019

 大掃除中の困ったを解決しようとした話

at ふくもく会その48 〜大実装モクモクブラザーズSPECIAL〜

使用技術
* [Actions on Google](https://console.actions.google.com/u/0/)
* Dialogflow
* [福井市オープンデータパーク](http://www.city.fukui.lg.jp/sisei/tokei/opendata/p018970.html#1-7)
* Google Cloud Functions

rch850

January 26, 2019
Tweet

More Decks by rch850

Other Decks in Technology

Transcript

  1. Intent ͷ൑அ • Intent ͸Ϣʔβʔͷൃݴ͔Βࣗಈ൑ผ͞ΕΔɻ • Ϣʔβʔ͕ Intent Λࢦఆͯ͠࿩͢Θ͚Ͱ͸ͳ͍ •

    ʮ͓Ήͭ͸Կΰϛʁʯ • Πϯςϯτ͸ʮΰϛͷ෼ผΛฉ͘ʯͰύϥϝʔ λ͸ʮ͓Ήͭʯͩͱ൑அ͞ΕΔ
  2. ίʔυͷΠϝʔδ app.intent(‘ΰϛͷ෼ผΛฉ͘’, (conv, {garbage}) => { If (garbage === ‘͓Ήͭ’)

    { conv.close(‘͓Ήͭ͸೩͑ΔΰϛͩΑ’) } else { cons.close(‘Θ͔Μͳʔ͍’) } })