官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Let's create a sendResponse function that will respond with a simple response."

A block of code is set as follows:

var request, response;
exports.dialogflowFirebaseFulfillment = firebase.https.onRequest((req, res) => {
request = req;
response = res;
console.log('Fortune Cookie Request headers: ' + JSON.stringify(request.headers));
console.log('Fortune Cookie Request body: ' + JSON.stringify(request.body));
if (request.body.queryResult) {
processV2Request();
} else {
console.log('Invalid Request');
return response.status(400).end('Invalid Webhook Request');
}
});

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var request, response, parameters;

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click Add follow-up intent and select custom intent."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 沧源| 邵阳市| 曲阜市| 定西市| 元江| 景洪市| 阳西县| 岳西县| 滦南县| 台中县| 石林| 土默特右旗| 台中县| 铅山县| 区。| 顺昌县| 理塘县| 定州市| 黄浦区| 竹溪县| 格尔木市| 吐鲁番市| 荃湾区| 绍兴市| 琼结县| 诸暨市| 若羌县| 翼城县| 喀喇沁旗| 涡阳县| 龙山县| 化州市| 民权县| 永顺县| 枞阳县| 普陀区| 河间市| 武清区| 酉阳| 临夏市| 深圳市|