- Voice User Interface Projects
- Henry Lee
- 128字
- 2021-07-23 17:17:21
About action
Action in Dialogflow is a rather simple concept. In the previous section, you created an intent using the template who is the first president?. Action in the FaqChatbot agent is responsible for extracting parameters such as @president-number and @sys.geo-country from the intent. Typically, you do not have to define the name of the action, as Dialogflow will automatically add the action name, but you can also give the action name manually, president_number, as shown:
The following screenshot shows the action:

In the next section, you will learn how to create a context using an action. Using context, the action can extract values, not only from the current intent, but also from external intents, allowing current intents to access parameters from other intents.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- HTML5移動Web開發技術
- 深入理解Django:框架內幕與實現原理
- Mastering QGIS
- 基于差分進化的優化方法及應用
- 21天學通C++(第6版)
- 云計算通俗講義(第3版)
- Learning Python by Building Games
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 一塊面包板玩轉Arduino編程
- Python Essentials
- 深入實踐Kotlin元編程
- R語言數據可視化:科技圖表繪制
- 數字媒體技術概論
- 嵌入式C編程實戰