Configuring Models
Multiple models can be stacked together as a list in a single request. Each model has a modelType
and a modelConfig
key.
Key | Description |
| Used to identify the type/name of model being enabled |
| Used to send additional configuration specific to the model |
Some of the models are dependant on the outputs of other models. This dependency can be understood under the Flow of Data and Stacking Models
Section.
Quick Links to Configure Models
Enable & Configure Models |
Emotion & Tone Detection |
Example: How to Request for Question & Responses model on a Transaction ID.
Step 1: Finding out the Dependencies.
As shown in the above Flow Diagram question_response
model is dependant on the outputs of emotion_analysis
, sentiment_analysis
, speech_type_analysis
models and these models are dependants on the outputs of speech_to_text
with speaker_seperation
enabled.
Therefore a sample request for question_response model
would look like this. (refer to the Example given below)
Sample Model Configuration
Last updated