AI Text Response
The AI Text Response feature enables the bot to create smart and natural responses based on user input. It’s ideal for answering questions, generating marketing content, or providing automated customer 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):
"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
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:
Supported by ChatGPT, AhaChat AI, Gemini AI, and DeepSeek AI.
Works effectively with AI Trigger to deliver instant, intelligent replies.