Skip to content

Commit 26d5441

Browse files
committed
chore: Minor touchup
1 parent 0f7010f commit 26d5441

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/concepts/conversations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ keywords: [react, chat, chatbot, chatbotify]
77

88
# Conversations
99

10+
<div style={{ display: "flex", justifyContent: "center", marginTop: 16 }}>
11+
<iframe
12+
width="560"
13+
height="315"
14+
src="https://www.youtube.com/embed/nRJ9lGMrV8g"
15+
title="React ChatBotify Conversation Tutorial"
16+
frameBorder="0"
17+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
18+
allowFullScreen
19+
/>
20+
</div>
21+
1022
Conversations refer to the interactions between the bot and the user. Here's how a basic conversation may look like:
1123

1224
```jsx

0 commit comments

Comments
 (0)