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:

  1. Automated Customer Responses:

Generate intelligent, friendly, and natural replies based on customer inquiries.

  1. Marketing Content Suggestions:

Write product introductions, service descriptions, or ad content in your brand’s unique tone of voice.

  1. 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

  1. “question” Block

Store the user's input in the attribute {{question}}.

  1. 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.

  1. “answer” Block

Display the content from {{answer}} back to the user.

  1. “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 in answer

  • answer is sent back to the user

  • If 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: