- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Sam Williams
- 174字
- 2021-07-16 17:45:05
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
html, body, #map {
height: 100%;
margin: 0;
padding: 0
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
$ mkdir css
$ cd css
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialogue boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- 廣電5G從入門到精通
- C++黑客編程揭秘與防范
- SOA用戶指南
- 異構(gòu)基因共表達網(wǎng)絡(luò)的分析方法
- 萬物互聯(lián):蜂窩物聯(lián)網(wǎng)組網(wǎng)技術(shù)詳解
- Building RESTful Web Services with Spring 5(Second Edition)
- Socket.IO Real-time Web Application Development
- Building RESTful Web services with Go
- 端到端QoS網(wǎng)絡(luò)設(shè)計
- 網(wǎng)絡(luò)工程實施技術(shù)與方案大全
- 設(shè)備監(jiān)控技術(shù)詳解
- 人際網(wǎng)絡(luò)
- 區(qū)塊鏈技術(shù)與應(yīng)用:打造分布式商業(yè)新生態(tài)
- SEO攻略:搜索引擎優(yōu)化策略與實戰(zhàn)案例詳解
- Building Microservices with Spring