Service for Setting API operations.
Operations: fetch, update
Summary
Functions
@spec fetch( Twilio.Client.t(), keyword() ) :: {:ok, Twilio.Resources.Insights.V1.Voice.Setting.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Get the Voice Insights Settings.
Operation: FetchAccountSettings | Tags: InsightsV1Setting
Query Parameters
| Parameter | Type | Description |
|---|---|---|
SubaccountSid | string | The unique SID identifier of the Subaccount. |
@spec update(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Resources.Insights.V1.Voice.Setting.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Update a specific Voice Insights Setting.
Operation: UpdateAccountSettings | Tags: InsightsV1Setting
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
AdvancedFeatures | boolean | A boolean flag to enable Advanced Features for Voice Insights. |
SubaccountSid | string | The unique SID identifier of the Subaccount. |
VoiceTrace | boolean | A boolean flag to enable Voice Trace. |