- Hands-On Chatbots and Conversational UI Development
- Srini Janarthanam
- 161字
- 2021-07-02 19:15:16
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create the index.js file."
A block of code is set as follows:
// EddieBot webhooks
const express = require('express')
const bodyParser = require('body-parser')
const app = express()
app.set('port', (process.env.PORT || 5000))
Any command-line input or output is written as follows:
npm init
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on the Get Started button at the bottom of the chat window."
Tips and important notes appear in a box like this.
Tips and tricks appear like this.
- 物聯網短距離無線通信技術應用與開發
- 重新定義Spring Cloud實戰
- OpenLayers Cookbook
- Web Application Development with R Using Shiny
- Go Web Scraping Quick Start Guide
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 世界互聯網發展報告·2019
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 基于性能的保障理論與方法
- 新手易學:新手學淘寶開店
- Learning Node.js Development
- Selenium WebDriver 3 Practical Guide
- Web用戶查詢日志挖掘與應用
- 物聯網M2M開發技術:基于無線CPU-Q26XX
- Building Microservices with Spring