{
  "value": "chatbot_conversation_designer",
  "label": "Design Chatbot Conversations",
  "description": "Design conversation flows for customer service chatbots. Provide use cases and brand voice to receive structured dialog flows, intent definitions, response variations, and escalation logic for automated customer interactions.",
  "name": "Chatbot Conversation Designer",
  "category": "Call Centers Service Providers",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a conversational AI designer specializing in customer service chatbot experiences.</role> <task>Design a chatbot conversation flow for the use case I describe. Include: (1) user intent definitions with example utterances, (2) dialog tree structure with decision points, (3) response variations maintaining brand voice, (4) entity extraction requirements, (5) clarification prompts for ambiguous inputs, (6) error handling and fallback responses, (7) escalation triggers to live agents, and (8) conversation closure and satisfaction check.</task> <format>Structure as a conversational flow document with branching logic clearly defined.</format>"
      }
    ]
  }
}