Tous les outils

Support client · classify_intent

Classifier l'intention

Détecte l'intention et l'urgence d'un message.

Prix
usage IA du plan
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
messageText *stringThe support message text to classify
subjectstringOptional ticket subject for better classification
customerTierstringCustomer subscription tier (e.g. starter, pro, enterprise)
ticketIdstringUUID of an existing support ticket to update with classification

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"classify_intent","input":{"messageText":"…","subject":"…","customerTier":"…","ticketId":"…"}}'
$run({ "tool": "classify_intent", "input": {"messageText":"…","subject":"…","customerTier":"…","ticketId":"…"} })