AI Text Response - Assistant
The AI Text Response - Assistant feature allows the bot to generate smart, natural responses based on user input. You can now choose a specific assistant model to suit your business goals or communication style. This is ideal for answering customer questions, writing marketing content, or providing automated support.
Common Use Cases:
- Automated Customer Responses:
Generate intelligent, friendly, and natural replies based on customer inquiries.
- Marketing Content Suggestions:
Write product introductions, service descriptions, or ad content in your brand’s unique tone of voice.
- Fast Text Drafting:
Quickly generate emails, messages, blog posts, or product descriptions without manual writing.
Example:
User:
"Write me a product introduction for a natural perfume for women."
Bot (AI Generation Text - Assistant):
"Discover the alluring scents of nature with our premium line of perfumes crafted exclusively for women. Each drop is a delicate fusion of floral essence and pure emotion, delivering irresistible charm and elegant style."
Setup Steps:
Step 1: Create the basic blocks
- “question” Block
Store the user's input in the attribute {{question}}
.
- ChatGPT Block
Add block → Integration AI → ChatGPT
Select the desired AI Assistant: (e.g., AI Assistant 1)
Message sent to OpenAI:
{{question}}
Save the response value to attribute:
{{answer}}
You can add "Bot training information" for more personalized replies.
- “answer” Block
Display the content from {{answer}}
back to the user.
- “failed” Block
Add a fallback option in case the AI fails to respond.
Flow Diagram Overview:
- Process Flow:
User sends a question → stored in
question
question
is sent to ChatGPT → response saved inanswer
answer
is sent back to the userIf there's an error → redirect to the
failed
block
Tips:
Add training prompts to make responses reflect your brand's unique style.
Use user attributes (like name or interested products) to personalize responses.
See also:
- Available in ChatGPT Integration and AhaChat AI Integration, allowing you to build smart, script-driven conversations.