create_nlu_connector
Create an NLU connector in Cognigy.AI to integrate external NLU services like Dialogflow, LUIS, or custom code. Use dryRun=false to finalize creation.
Instructions
Creates a new Cognigy.AI NLU connector for external NLU service integration. Supports Dialogflow, LUIS, Watson, Alexa, Lex, and custom code connectors. MUTATING: Set dryRun=false to create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the NLU connector | |
| type | Yes | The NLU connector type | |
| dryRun | No | If true (default), validates without creating. Set to false to actually create. | |
| settings | No | Type-specific settings for the NLU connector | |
| projectId | Yes | The project ID to create the NLU connector in |