@Douwe
Creating intents and entities and initiating a training process in VAPI or any other conversational AI platform typically involves the following steps:
Creating Intents:
1. Access the VAPI dashboard or the section where you manage your conversational AI.
2. Look for the option to create a new intent, which might be labeled as "Intents," "Create Intent," "Add Intent," or something similar.
3. Name the intent according to the user's goal, such as "InquireFilingProcess."
4. Provide examples of user utterances that should trigger this intent. These examples are also known as training phrases.
Creating Entities:
1. Within the same dashboard, find the section for managing entities, which might be labeled as "Entities," "Create Entity," "Add Entity," or similar.
2. Create a new entity that represents a specific piece of information you want to extract from user utterances, such as "PatentType."
3. Define the possible values for this entity, which could be "utility," "design," or "provisional" for a "PatentType" entity.
Initiating a Training Process:
1. Once you have defined your intents and entities with sufficient examples, look for the option to train your model. This might be labeled as "Train," "Build," "Update Model," or similar.
2. Click on this option to start the training process. The platform will use the examples you've provided to train the NLU model.
3. After the training is complete, you should test the model to ensure it accurately understands and processes user inputs.
Please note that the exact terminology and steps may vary depending on the specific platform you are using. If you need detailed instructions tailored to VAPI, you should refer to the official documentation or reach out to the support team for guidance. If there are any issues or if you need further assistance with the training process, please let me know, and I can provide additional support.