Please enable JavaScript.
Coggle requires JavaScript to display documents.
Dialogflow - Coggle Diagram
Dialogflow
Projects
Intent
Mark "time" and 'date"
"Show me $time and $date"
Slot filling
Actions and parameters
Mark action as "required"
Add prompts
Enable Actions
Entities
pick out specific pieces of info that your users mention
Types
System entities
Developer entities
Session entities
fulfillment
information looked up from a database
implement the rules and winning conditions for a game
Steps
Enable cái API đích
Create Credentials
Create service account để nó giao tiếp
Skip Grant this service account access
Grant users access to this service account
Create Key, then select
JSON
Tải file Json về
1 more item...
Concepts
Agent (Entire chatbot application)
Collect what user say
Map to a given intent
Started by trigger events -
Utterances
"Hey google, play music" =
Trigger
+ command = Utterance
Intent
Hour of operation, Smart scheduler
Intent matching includes
Training phrases
Action and parameters
Respones
Context
Fullfillment
Code interaction btw Interface and Backend