Classify text intent

Sends a text string and a map of potential intent categories to a Python-based NLP service for semantic routing.
Herramientas: Texto
Loading...
Camino actual: /tools/text/intent

Métodos disponibles y sus esquemas JSON.

post Classify text intent
Herramientas: Texto

Sends a text string and a map of potential intent categories to a Python-based NLP service for semantic routing.

Esquema de documento JSON:
{
  "Path": "/tools/text/intent",
  "Method": "post",
  "Tag": "Tools: Text",
  "Summary": "Classify text intent",
  "Description": "Sends a text string and a map of potential intent categories to a Python-based NLP service for semantic routing.",
  "consumes": null,
  "Parameters": [
    {
      "name": "request",
      "in": "body",
      "description": "IntentRequest",
      "required": true,
      "type": "",
      "default": "{\"text\":\"I want to watch some action movie\", \"intents\": { \"Movie\": [\"watch movie\", \"film\", \"cinema\"], \"Music\": [\"listen music\", \"song\", \"album\"], \"Shop\": [\"buy\", \"online store\", \"purchase\"] } }",
      "x-load-url": null,
      "x-link-child": null
    }
  ]
}