Building Conversation Topics
Topics are the building blocks of your copilot's conversation logic. Let's create your first topic.
Understanding Topics
A topic represents a specific conversation path that includes:
- Trigger phrases: What users say to start this conversation
- Conversation flow: The bot's responses and questions
- Actions: What the bot can do (send messages, call APIs, etc.)
Creating Your First Topic
- Navigate to Topics in the left panel
- Click "New topic"
- Choose "From blank" to start fresh
![Placeholder for Screenshot: Topics Management Page]
Defining Trigger Phrases
Add phrases that will activate this topic:
- "Hello"
- "Hi there"
- "Good morning"
- "Hey"
- "Greetings"
![Placeholder for Screenshot: Trigger Phrases Configuration]
Building the Conversation Flow
Use the visual conversation designer to create your bot's responses:
- Add a message node: "Hello! Welcome to my first copilot."
- Add a question node: "How can I help you today?"
- Create response options: Provide multiple choice answers
- Add follow-up actions: Based on user selections
![Placeholder for Screenshot: Visual Conversation Flow Designer]