Pinned Loading
-
Dialogflow webhook to transfer user ...
Dialogflow webhook to transfer user to live agent 12function getInfo(contexts) {
3var product = contexts[contexts.length - 1]['parameters']['Product']
4var state = contexts[contexts.length - 1]['parameters']['geo-state-us']
5 -
index.js
index.js 1'use strict';
23const admin = require('firebase-admin');
4admin.initializeApp();
5const functions = require('firebase-functions'); // Cloud Functions for Firebase library
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.