{% extends 'admin/base_admin.html' %} {% block title %}Voice Replies | ChatLab{% endblock %} {% block admin_voice_reply_active %}active{% endblock %} {% block workspace %}
Configure keywords and voice/audio file replies. When a visitor's question matches a keyword, the bot will instantly reply with the voice message, bypassing AI response generation.
| Keyword | Voice Reply (Audio) | Created | Actions |
|---|---|---|---|
| {{ reply.keyword }} | {% if reply.audio_file %} {% else %} No audio file {% endif %} | {{ reply.created_at|date:"M d, Y" }} |
Create voice replies mapped to keywords that automatically trigger audio responses.
Add Voice Reply