Voice Insights Settings Resource
Voice Insights Settings determine whether
- Advanced Features and/or
- Voice Trace
are activated for a given account.
Using the Voice Insights Settings Resource, you can
for an account or a specific subaccount.
Voice Insight Settings properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The unique SID identifier of the Account. |
advanced_features
|
A boolean flag indicating whether Advanced Features for Voice Insights are enabled. |
voice_trace
|
A boolean flag indicating whether Voice Trace is enabled. |
url
|
The URL of this resource. |
Get the Voice Insights Settings
https://insights.twilio.com/v1/Voice/Settings
Parameters
Parameters in REST API format | |
---|---|
subaccount_sid
Optional
|
The unique SID identifier of the Subaccount. |
Example 1
Update Voice Insights Settings
https://insights.twilio.com/v1/Voice/Settings
To manage subaccount Settings pass the subaccount SID as a parameter in the request.
Parameters
Parameters in REST API format | |
---|---|
advanced_features
Optional
|
A boolean flag to enable Advanced Features for Voice Insights. |
voice_trace
Optional
|
A boolean flag to enable Voice Trace. |
subaccount_sid
Optional
|
The unique SID identifier of the Subaccount. |
Example 1
Example 2
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.