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

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.
主站蜘蛛池模板: 时尚| 依安县| 沈丘县| 岳普湖县| 兰坪| 全州县| 阳原县| 三台县| 峡江县| 广汉市| 德惠市| 信宜市| 潼关县| 延庆县| 台安县| 赣州市| 保山市| 紫云| 鄂尔多斯市| 永宁县| 元朗区| 泊头市| 汾西县| 屏南县| 蚌埠市| 罗定市| 连平县| 遂川县| 顺平县| 定州市| 汝阳县| 松江区| 乾安县| 三台县| 新干县| 白朗县| 石楼县| 新兴县| 武邑县| 沂南县| 满洲里市|