Skip to content

Instantly share code, notes, and snippets.

View kobkrit's full-sized avatar

Kobkrit Viriyayudhakorn kobkrit

View GitHub Profile
b310e2dd-aaf4-4ce7-8ecd-9dee4bb4f968
/******************************\
!!! คำเตือน โปรดระวัง !!!
การใช้บอท มีความเสี่ยงที่จะถูกแบนได้
แนะนำให้สร้างบัญชีใหม่มาบอทโดยเฉพาะ
\******************************/
class TLMBot {
constructor(minWaitTime = 5000, maxWaitTime = 15000) {
this.minWaitTime = minWaitTime;
this.maxWaitTime = maxWaitTime;
// See https://github.com/dialogflow/dialogflow-fulfillment-nodejs
// for Dialogflow fulfillment library docs, samples, and to report issues
'use strict';
const functions = require('firebase-functions');
const {WebhookClient} = require('dialogflow-fulfillment');
const {Card, Suggestion} = require('dialogflow-fulfillment');
process.env.DEBUG = 'dialogflow:debug'; // enables lib debugging statements
{
"line": {
"type": "template",
"altText": "เนื้อหาที่ถาม",
"template": {
"type": "carousel",
"columns": [
{
"thumbnailImageUrl": "https://www.scgbuildingmaterials.com/th/cmsresource/productmedia/ZCA11510138012/imagehigh/prd-8852404049916-high1_pd250217.jpg",
"title": "หลังคาไฟเบอร์",
{
"line": {
"type": "template",
"altText": "เนื้อหาที่ถาม",
"template": {
"type": "carousel",
"columns": [
{
"thumbnailImageUrl": "https://www.scgbuildingmaterials.com/th/cmsresource/productmedia/ZCBNTTILTREMAINT02/imagelow/sand-stone_pd400372_icon.jpg",
"title": "หลังคาคอนกรีต",
@kobkrit
kobkrit / Chatbot2.json
Last active September 4, 2018 16:22
Intent สำหรับหลังคาเซรามิก
{
"line": {
"type": "template",
"altText": "เนื้อหาที่ถาม",
"template": {
"type": "carousel",
"columns": [
{
"thumbnailImageUrl": "https://www.scgbuildingmaterials.com/th/cmsresource/productmedia/ZCD103070207/imagehigh/prd-8852439010370-high2_pd368593.jpg",
"title": "หลังคาเซรามิก",
{
"line": {
"type": "template",
"altText": "เนื้อหาที่ถาม",
"template": {
"type": "carousel",
"columns": [
{
"thumbnailImageUrl": "https://www.scgbuildingmaterials.com/th/cmsresource/productmedia/ZCA11230142015/imagelow/scg-fibercement-tile-prolon-orange-flash-50x1_pd413474_icon.jpg",
"title": "เมนูสินค้า",
https://6b94a724.ngrok.io
// See https://github.com/dialogflow/dialogflow-fulfillment-nodejs
// for Dialogflow fulfillment library docs, samples, and to report issues
'use strict';
const functions = require('firebase-functions');
const {WebhookClient} = require('dialogflow-fulfillment');
const {Card, Suggestion} = require('dialogflow-fulfillment');
process.env.DEBUG = 'dialogflow:debug'; // enables lib debugging statements
FROM node:9
MAINTAINER Kobkrit
LABEL "version"="1.0.0"
RUN npm install -g ionic cordova
RUN mkdir -p /var/www/app
WORKDIR /var/www/app