Create Intents from Scratch
Updated
Creating intents from scratch allows you to define custom intents tailored to your specific use cases. This approach gives you full control over intent names, descriptions, priority, languages, and user expressions, ensuring that your Conversational AI model can accurately capture and respond to user messages. Properly defining high-priority intents and including multiple example expressions improves detection accuracy and overall model performance. For further details, see What are Intents?
Note: After Sandbox migration, before using the intents, training should be triggered again for the Intent Model. |
Creating Intents
Initiate New Intent
Click the New Tab icon. Under the Sprinklr Service tab, select Conversational AI within Persona Apps.
On the Conversational AI window, select the application for which you want to create an Intent.
Click ML Models under AI Tools.

Click + Add ML Model in the top right corner.

Create New Model: On the Create New Model window, perform the following steps:
Name: Enter a name for the intent model.
Model Type: Choose the relevant model type.
AI Settings (Optional): Adjust settings as needed:
Exact Match Models: Enable this option if you want intents to be detected only on exact-match phrases. Disable this option if you want the AI to detect intents based on an understanding of the training data.
Select the Pre-Processing Pipelines and choose if it has to be shared with other applications.

Click Create.
Add Intents:
Click the Caret icon in the top right corner and select + Create Manually.

In the Intent Details window, enter:
Intent Name
Description
Priority: Higher-priority intents are selected over others when multiple intents are detected simultaneously. A lower priority number indicates higher priority (e.g., 1 is the highest).
Confidence Threshold: This threshold, which ranges from 0 to 1, helps determine how confident the model should be in its predictions before acting on them.
Hint: Hint will be used to recognize the Entity from the user's speech in VoiceBot.

On the left pane, choose the desired Languages for this intent.

Add User Expressions
Click Next and, for each selected language, add user expressions under Expressions.
Include as many example expressions as possible to accurately convey the messages this intent should capture.

Click Save at the bottom.