NAiOS IconNAiOS Logo
Volver al catálogo

Wit.ai

wit_ai

Wit.ai is a natural language processing platform that enables developers to build applications and devices that understand human language.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (10)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Wit.ai AppWIT_AI_CREATE_APPAcción

Tool to create a new app in wit.ai. use when you need to programmatically initialize an application before training or importing data.

Parámetros de entrada

  • langstringObligatorio

    Locale code for the application

  • namestringObligatorio

    Name of the new Wit.ai application

  • privateboolean

    Whether the app is private. Defaults to true

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Wit.ai TraitWIT_AI_CREATE_TRAITAcción

Tool to create a new trait in wit.ai. use when defining custom entity attribute matching behavior.

Parámetros de entrada

  • namestringObligatorio

    Unique name for the trait to create.

  • valuesobject[]Obligatorio

    List of trait values; must include at least one value.

  • lookupsstring[]

    Lookup strategies to use (e.g., ['free_text']).

  • mutually_exclusiveboolean

    If true, only one value can match per message.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete AppWIT_AI_DELETE_APPAcción

Tool to delete a specific app from wit.ai. use when you need to remove an existing app by its id after confirming its existence.

Parámetros de entrada

  • app_idstringObligatorio

    The unique identifier of the app to delete

  • access_tokenstring

    Optional access token to use for this request. If provided, this will override the default token.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get App DetailsWIT_AI_GET_APPAcción

Tool to retrieve metadata and settings of a wit.ai app. use when you need to fetch complete app details by app id after authenticating.

Parámetros de entrada

  • app_idstringObligatorio

    ID of the Wit.ai app to retrieve

  • access_tokenstring

    App-specific access token; if provided, overrides default Authorization header

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Intent DetailsWIT_AI_GET_INTENTAcción

Tool to retrieve details of a specific intent. use when you need full intent metadata given its id.

Parámetros de entrada

  • intent_idstringObligatorio

    ID of the intent to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get IntentsWIT_AI_GET_INTENTSAcción

Tool to list all intents in a wit.ai app. use after authenticating to retrieve defined intents.

Parámetros de entrada

  • limitinteger

    Maximum number of intents to return (default: 100, max: 200)

  • offsetinteger

    Number of items to skip before starting to collect the result set (default: 0)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Wit.ai Get MessageWIT_AI_GET_MESSAGEAcción

Tool to analyze a text message and extract its intent, entities, and traits. use when you need structured meaning from user input.

Parámetros de entrada

  • ninteger

    Maximum number of outcomes to return (default is 1)

  • qstringObligatorio

    Text message to analyze for intent and entities

  • contextstring

    JSON-stringified context object for conversation

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Trait DetailsWIT_AI_GET_TRAITAcción

Tool to retrieve details of a specific trait. use when you have the trait id and need its full metadata.

Parámetros de entrada

  • trait_idstringObligatorio

    Unique identifier of the trait to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TraitsWIT_AI_GET_TRAITSAcción

Tool to list all traits in a wit.ai app. use after authenticating to retrieve defined traits.

Parámetros de entrada

  • vstring

    API version to use, as a date (YYYYMMDD) or '20230215' for the current supported version. Defaults to latest stable if omitted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Wit.ai AppWIT_AI_WIT_AI_PUT_APPAcción

Tool to update an existing wit.ai app. use when you need to modify app settings after creation.

Parámetros de entrada

  • bodyobjectObligatorio

    Fields and values to update on the app

  • app_idstringObligatorio

    The unique identifier of the app to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not