github.com/twilio/twilio-go@v1.20.1/rest/intelligence/v2/docs/IntelligenceV2Service.md (about)

     1  # IntelligenceV2Service
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account the Service belongs to. |
     8  **AutoRedaction** | Pointer to **bool** | Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service. |
     9  **MediaRedaction** | Pointer to **bool** | Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise. |
    10  **AutoTranscribe** | Pointer to **bool** | Instructs the Speech Recognition service to automatically transcribe all recordings made on the account. |
    11  **DataLogging** | Pointer to **bool** | Data logging allows Twilio to improve the quality of the speech recognition & language understanding services through using customer data to refine, fine tune and evaluate machine learning models. Note: Data logging cannot be activated via API, only via www.twilio.com, as it requires additional consent. |
    12  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Service was created, given in ISO 8601 format. |
    13  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Service was updated, given in ISO 8601 format. |
    14  **FriendlyName** | Pointer to **string** | A human readable description of this resource, up to 64 characters. |
    15  **LanguageCode** | Pointer to **string** | The default language code of the audio. |
    16  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Service. |
    17  **UniqueName** | Pointer to **string** | Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. |
    18  **Url** | Pointer to **string** | The URL of this resource. |
    19  **WebhookUrl** | Pointer to **string** | The URL Twilio will request when executing the Webhook. |
    20  **WebhookHttpMethod** | Pointer to [**string**](ServiceEnumHttpMethod.md) |  |
    21  **Version** | Pointer to **int** | The version number of this Service. |
    22  
    23  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    24  
    25