github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceConversation.md (about) 1 # ConversationsV1ServiceConversation 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. | 8 **ChatServiceSid** | Pointer to **string** | The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. | 9 **MessagingServiceSid** | Pointer to **string** | The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. | 10 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 11 **FriendlyName** | Pointer to **string** | The human-readable name of this conversation, limited to 256 characters. Optional. | 12 **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. | 13 **Attributes** | Pointer to **string** | An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. **Note** that if the attributes are not set \"{}\" will be returned. | 14 **State** | Pointer to [**string**](ServiceConversationEnumState.md) | | 15 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. | 16 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. | 17 **Timers** | Pointer to **interface{}** | Timer date values representing state update for this conversation. | 18 **Url** | Pointer to **string** | An absolute API resource URL for this conversation. | 19 **Links** | Pointer to **map[string]interface{}** | Contains absolute URLs to access the [participants](https://www.twilio.com/docs/conversations/api/conversation-participant-resource), [messages](https://www.twilio.com/docs/conversations/api/conversation-message-resource) and [webhooks](https://www.twilio.com/docs/conversations/api/conversation-scoped-webhook-resource) of this conversation. | 20 **Bindings** | Pointer to **interface{}** | | 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