Configurations
Create an Intelligence Configuration
Create an Intelligence Configuration to control how and when language operators analyze conversations.
You must include the rules field in the request. You can pass an empty array ("rules": []), but an Intelligence Configuration with an empty rules array doesn't execute any language operators. To add rules later, make a PUT /v3/ControlPlane/Configurations/{id} request.
After creating an Intelligence Configuration, you must attach it to a Conversations Configuration by using the Conversations API.
post/v3/ControlPlane/Configurations
Request body
Response
Intelligence Configuration resource created.
Example response
{
"accountId": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}