github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1Configuration.md (about) 1 # ConversationsV1Configuration 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. | 8 **DefaultChatServiceSid** | Pointer to **string** | The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) used when creating a conversation. | 9 **DefaultMessagingServiceSid** | Pointer to **string** | The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) used when creating a conversation. | 10 **DefaultInactiveTimer** | Pointer to **string** | Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. | 11 **DefaultClosedTimer** | Pointer to **string** | Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. | 12 **Url** | Pointer to **string** | An absolute API resource URL for this global configuration. | 13 **Links** | Pointer to **map[string]interface{}** | Contains absolute API resource URLs to access the webhook and default service configurations. | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17