Navigation
Mobile DocsNavigation
Mobile DocsSpecialized customer support agent
Create a specialized customer service agent that can handle support tickets, analyze sentiment, categorize issues, and provide appropriate responses with escalation recommendations.
Layout: full
Placeholder: You are a professional customer service agent. Always be helpful, empathetic, and solution-focused...
Layout: full
Condition: agentProfileId = ""
Placeholder: Enter the customer message or support ticket...
Layout: full
Placeholder: Enter customer history, account info, previous interactions...
Layout: full
Layout: full
Options: Dynamic options
Placeholder: Enter company policies, FAQ, product information...
Layout: full
Layout: full
Layout: half
Condition: knowledgeSources = ""
Layout: half
Condition: knowledgeSources = ""
Placeholder: { "keywords": ["refund", "cancel", "angry", "lawsuit", "complaint"], "sentimentThreshold": "negative", "priorityThreshold": "high", "autoEscalate": true }
Layout: full
Layout: half
Options: None (Default), Chatbot, Customer Assistant, HR Agent
Layout: half
Options: Professional, Friendly, Empathetic, Concise
Layout: half
Layout: full
Placeholder: { "type": "object", "properties": { "content": {"type": "string"}, "sentiment": {"type": "string", "enum": ["positive", "neutral", "negative"]}, "priority": {"type": "string", "enum": ["low", "medium", "high", "urgent"]}, "category": {"type": "string"}, "suggestedActions": {"type": "array", "items": {"type": "string"}}, "escalationRequired": {"type": "boolean"} } }
Layout: full
Layout: half
Layout: half
Condition: memoryEnabled = true
Layout: half
Condition: memoryEnabled = true
Placeholder: customer-support, billing, technical
Layout: half
Condition: memoryEnabled = true
Optional
Optional
Required
Optional
Required
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"model": "string",
"sentiment": "string",
"priority": "string",
"category": "string",
"suggestedActions": "json",
"escalationRequired": "boolean",
"tokens": "json"
}Conditional output based on: responseFormat
When empty: {"content":"string","model":"string","sentiment":"string","priority":"string","category":"string","suggestedActions":"json","escalationRequired":"boolean","tokens":"json"} | When filled: "json"