github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceParticipantConversation.md (about)

     1  # ConversationsV1ServiceParticipantConversation
     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  **ParticipantSid** | Pointer to **string** | The unique ID of the [Participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). |
    10  **ParticipantUserSid** | Pointer to **string** | The unique string that identifies the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). |
    11  **ParticipantIdentity** | Pointer to **string** | A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. |
    12  **ParticipantMessagingBinding** | Pointer to **interface{}** | Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant. |
    13  **ConversationSid** | Pointer to **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) this Participant belongs to. |
    14  **ConversationUniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the Conversation resource. |
    15  **ConversationFriendlyName** | Pointer to **string** | The human-readable name of this conversation, limited to 256 characters. Optional. |
    16  **ConversationAttributes** | 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. |
    17  **ConversationDateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was created, given in ISO 8601 format. |
    18  **ConversationDateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was last updated, given in ISO 8601 format. |
    19  **ConversationCreatedBy** | Pointer to **string** | Identity of the creator of this Conversation. |
    20  **ConversationState** | Pointer to [**string**](ServiceParticipantConversationEnumState.md) |  |
    21  **ConversationTimers** | Pointer to **interface{}** | Timer date values representing state update for this conversation. |
    22  **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. |
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26