github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1UserConversation.md (about) 1 # ConversationsV1UserConversation 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 **ConversationSid** | Pointer to **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this User Conversation. | 10 **UnreadMessagesCount** | Pointer to **int** | The number of unread Messages in the Conversation for the Participant. | 11 **LastReadMessageIndex** | Pointer to **int** | The index of the last Message in the Conversation that the Participant has read. | 12 **ParticipantSid** | Pointer to **string** | The unique ID of the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) the user conversation belongs to. | 13 **UserSid** | Pointer to **string** | The unique string that identifies the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). | 14 **FriendlyName** | Pointer to **string** | The human-readable name of this conversation, limited to 256 characters. Optional. | 15 **ConversationState** | Pointer to [**string**](UserConversationEnumState.md) | | 16 **Timers** | Pointer to **interface{}** | Timer date values representing state update for this conversation. | 17 **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. | 18 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was created, given in ISO 8601 format. | 19 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was last updated, given in ISO 8601 format. | 20 **CreatedBy** | Pointer to **string** | Identity of the creator of this Conversation. | 21 **NotificationLevel** | Pointer to [**string**](UserConversationEnumNotificationLevel.md) | | 22 **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the Conversation resource. It can be used to address the resource in place of the resource's `conversation_sid` in the URL. | 23 **Url** | Pointer to **string** | | 24 **Links** | Pointer to **map[string]interface{}** | Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation. | 25 26 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 27 28