Intent
The Intent Analysis model will help you capture semantics behind users' messages and assign it to the right label. It is designed to understand human conversation in the form or free text or spoken text.
modelType
Configuration
modelType
ConfigurationKeys | Value |
|
|
| Model Configuration object for intent_analysis - the intent ids to be used for intent recognition |
Example Request
Example Response
Response Object
Field | Description |
---|---|
| Start time of the sentence in the input Video/Audio in milliseconds. |
| End time of the sentence in the input Video/Audio in milliseconds. |
| A list of speaker id's whose voices are identified for a given time frame. Normally this list would only have a single speaker Id. |
| The intent similarity output from the models |
| The phrase match output from the models |
| The intent Id against which the sentences are matched |
| The name of the matching intent |
| The similarity matching score ranges from 0 to 1 |
| The sentence which is used to predict intent for |
| The predicted intent |
| A sentence identified by the model in the given time frame. |
Last updated