github.com/twilio/twilio-go@v1.20.1/rest/proxy/v1/docs/ProxyV1Service.md (about) 1 # ProxyV1Service 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Service resource. | 8 **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. Supports UTF-8 characters. **This value should not have PII.** | 9 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. | 10 **ChatInstanceSid** | Pointer to **string** | The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. | 11 **CallbackUrl** | Pointer to **string** | The URL we call when the interaction status changes. | 12 **DefaultTtl** | Pointer to **int** | The default `ttl` value for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. | 13 **NumberSelectionBehavior** | Pointer to [**string**](ServiceEnumNumberSelectionBehavior.md) | | 14 **GeoMatchLevel** | Pointer to [**string**](ServiceEnumGeoMatchLevel.md) | | 15 **InterceptCallbackUrl** | Pointer to **string** | The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. | 16 **OutOfSessionCallbackUrl** | Pointer to **string** | The URL we call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. | 17 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. | 18 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. | 19 **Url** | Pointer to **string** | The absolute URL of the Service resource. | 20 **Links** | Pointer to **map[string]interface{}** | The URLs of resources related to the Service. | 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24