Skip to content

Commit

Permalink
Zettelkasten: Dialogflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Aug 25, 2023
1 parent fa24fb7 commit 3c7ea3a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/Zettelkasten/Development/dialogflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Components

- Intents
- Find a intention from user and return a result
- Training Phrases - Examples of what a user might say
- Responses
- What the agent should say back to the user
- Fulfilment
- Webhook - Is an integration API to return a result to user
- Inline Editor - Using a Cloud Functions to Firebase to create your fulfilment
- Context
- Contexts are used to track and store information about a user's answer during a conversation
- Follow Up: Yes or Not
- Entities
- Actions & Parameters
- Integrations

Utterance - Act of saying something (e.g. "I want to book a flight")
8 changes: 8 additions & 0 deletions docs/Zettelkasten/mindset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Financial Intelligence
- Emotional Intelligence
- Communication and Public Speaking
- Persuasion Techniques
- Business Tactics
- Wealth Management
- Marketing and Sales
- Body Language

1 comment on commit 3c7ea3a

@vercel
Copy link

@vercel vercel bot commented on 3c7ea3a Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.