github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/VoiceSettingsApi.md (about)

     1  # VoiceSettingsApi
     2  
     3  All URIs are relative to *https://insights.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**FetchAccountSettings**](VoiceSettingsApi.md#FetchAccountSettings) | **Get** /v1/Voice/Settings | 
     8  [**UpdateAccountSettings**](VoiceSettingsApi.md#UpdateAccountSettings) | **Post** /v1/Voice/Settings | 
     9  
    10  
    11  
    12  ## FetchAccountSettings
    13  
    14  > InsightsV1AccountSettings FetchAccountSettings(ctx, optional)
    15  
    16  
    17  
    18  Get the Voice Insights Settings.
    19  
    20  ### Path Parameters
    21  
    22  This endpoint does not need any path parameter.
    23  
    24  ### Other Parameters
    25  
    26  Other parameters are passed through a pointer to a FetchAccountSettingsParams struct
    27  
    28  
    29  Name | Type | Description
    30  ------------- | ------------- | -------------
    31  **SubaccountSid** | **string** | The unique SID identifier of the Subaccount.
    32  
    33  ### Return type
    34  
    35  [**InsightsV1AccountSettings**](InsightsV1AccountSettings.md)
    36  
    37  ### Authorization
    38  
    39  [accountSid_authToken](../README.md#accountSid_authToken)
    40  
    41  ### HTTP request headers
    42  
    43  - **Content-Type**: Not defined
    44  - **Accept**: application/json
    45  
    46  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    47  [[Back to Model list]](../README.md#documentation-for-models)
    48  [[Back to README]](../README.md)
    49  
    50  
    51  ## UpdateAccountSettings
    52  
    53  > InsightsV1AccountSettings UpdateAccountSettings(ctx, optional)
    54  
    55  
    56  
    57  Update a specific Voice Insights Setting.
    58  
    59  ### Path Parameters
    60  
    61  This endpoint does not need any path parameter.
    62  
    63  ### Other Parameters
    64  
    65  Other parameters are passed through a pointer to a UpdateAccountSettingsParams struct
    66  
    67  
    68  Name | Type | Description
    69  ------------- | ------------- | -------------
    70  **AdvancedFeatures** | **bool** | A boolean flag to enable Advanced Features for Voice Insights.
    71  **VoiceTrace** | **bool** | A boolean flag to enable Voice Trace.
    72  **SubaccountSid** | **string** | The unique SID identifier of the Subaccount.
    73  
    74  ### Return type
    75  
    76  [**InsightsV1AccountSettings**](InsightsV1AccountSettings.md)
    77  
    78  ### Authorization
    79  
    80  [accountSid_authToken](../README.md#accountSid_authToken)
    81  
    82  ### HTTP request headers
    83  
    84  - **Content-Type**: application/x-www-form-urlencoded
    85  - **Accept**: application/json
    86  
    87  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    88  [[Back to Model list]](../README.md#documentation-for-models)
    89  [[Back to README]](../README.md)
    90