Skip to content

Commit

Permalink
docs(README): make Dialogflow purpose more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Apr 27, 2023
1 parent 85128f0 commit 3a68460
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,8 @@ provide the path to your downloaded service account key. See [documentation](htt

#### Dialogflow

We use Dialogflow to detect if user is chatting with bot.

If user input matches one of dialogflow intents, we can directly return predefined responses in that intent.
We use Dialogflow to detect if user is trying to chit-chat.
If user input matches any of the Dialogflow intents, we can directly return predefined responses in that intent.

To use Dialogflow, please do the following setup:

Expand Down

0 comments on commit 3a68460

Please sign in to comment.