github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceConfiguration.md (about) 1 # ConversationsV1ServiceConfiguration 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **ChatServiceSid** | Pointer to **string** | The unique string that we created to identify the Service configuration resource. | 8 **DefaultConversationCreatorRoleSid** | Pointer to **string** | The conversation-level role assigned to a conversation creator when they join a new conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. | 9 **DefaultConversationRoleSid** | Pointer to **string** | The conversation-level role assigned to users when they are added to a conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. | 10 **DefaultChatServiceRoleSid** | Pointer to **string** | The service-level role assigned to users when they are added to the service. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. | 11 **Url** | Pointer to **string** | An absolute API resource URL for this service configuration. | 12 **Links** | Pointer to **map[string]interface{}** | Contains an absolute API resource URL to access the push notifications configuration of this service. | 13 **ReachabilityEnabled** | Pointer to **bool** | Whether the [Reachability Indicator](https://www.twilio.com/docs/conversations/reachability) is enabled for this Conversations Service. The default is `false`. | 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