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..
이상하게 input이 안먹히는 에러가 있어서 그냥 숫자 때려박는 등록수정삭제 코드 1234567891011121314151617181920212223242526272829import sys list = ['apple','dream'] print(sys.version)print("restorants")print('=============')print('1. insert')print('2. delete')print('3. change')say = 3print('insert data')data = 'apple'if say == 1: list.append(data)elif say == 2: for i in list: if data == i: idx = list.index(data) del list[idx]eli..
Mail: dev.LunaStratos @ gmail Twitter: LunaStratos 페이스북은 안함. 하긴 하는데 1달에 한번 들어올까 말까 or 메신저용 Use language: NodeJs, JAVA, Javascript, Python, Html, Css3, SpringFramework, Rxjava,KotlinSQL: Oracle, mySql, mariaDB Language: 한국어, 日本語, English Cloud: GCP Doc : MS Powerpoint Design & Excel, Google spreadSheet Image: Photoshop, Lightroom, Premiere Git: LunaStratos Git 블로그: 여기.사무실 사이트: http://stratos.doth..
Thank you for your interest in Actions on Google. There should be no time limit on the data saved in userStorage. The usrStorage should be the same until it is cleared by you or the user. Kind Regards, Jean-Charles, Actions on Google Support Team. userStorage에 저장이 가능한데 이게 언제까지 저장되는지 몰라서 물어봄. 메일로 물어봤는데 유저가 리셋하지 않는 이상은 계속 존재.