Skip to content

Commit 111734a

Browse files
authored
Merge pull request #7 from react-chatbotify/development
2 parents 0f7010f + a48f5aa commit 111734a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/concepts/conversations.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ const flow = {
2626

2727
Check out the [**YouTube Tutorial**](https://www.youtube.com/watch?v=nRJ9lGMrV8g) explaining the conversation flow concept through stronger visuals and animations.
2828

29+
<div style={{ display: "flex", justifyContent: "center", marginTop: 16 }}>
30+
<iframe
31+
style={{width: "100%", maxWidth: "1080px", aspectRatio: "16/9"}}
32+
src="https://www.youtube.com/embed/nRJ9lGMrV8g"
33+
title="React ChatBotify Conversation Flow Concept"
34+
frameBorder="0"
35+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
36+
allowFullScreen
37+
/>
38+
</div>
39+
2940
:::
3041

3142
In a conversation, there are 4 important properties to take note of and they are the **Flow** (conversation flow), **Block** (conversation block), **Attributes** and **Params**. Below,

0 commit comments

Comments
 (0)