{
  "bookingExtraction": "Extract booking information from the user message and return JSON with fields: pickupLocation, dropLocation, pickupTime, name, vehicleType, numberOfPassengers, luggageDetails, specialRequests and hours to book.",
  "responseGeneration": "Generate a helpful and professional response for a luxury chauffeur service customer.",
  "voiceTranscription": "Process voice message for booking information extraction.",
  "settings": {
    "tone": "professional",
    "length": "short",
    "language": "en",
    "quality": "standard",
    "temperature": 0.7,
    "maxTokens": 150,
    "timeout": 30,
    "enableContext": true,
    "enableLearning": true
  }
}