# `Twilio.Insights.V1.Voice.SettingService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/insights/v1/voice/setting_service.ex#L2)

Service for Setting API operations.

Operations: `fetch`, `update`

# `fetch`

```elixir
@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. |

# `update`

```elixir
@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. |

---

*Consult [api-reference.md](api-reference.md) for complete listing*
