> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Conversations # Type: Conversation Object # Link: https://dev.wix.com/docs/api-reference/crm/communication/inbox/conversations/conversation-object.md ## Schema: ```json Type: Conversation Object | type: Conversation - name: id | type: string | description: Conversation ID. - name: participant | type: IdentificationData | description: ID of the visitor, contact, or member who is chatting with the business. - name: contactId | type: string | description: Contact ID. See the Contacts API for more information. - name: value | type: string | description: - name: channels | type: Array | description: List of communication channels where the visitor, contact, or member can receive messages. Deprecated: use com.wixpress.inbox.v2.ConversationsService.ListConversationChannels API instead. enum: UNKNOWN_CHANNEL_TYPE, CHAT, EMAIL, SMS, FACEBOOK, INSTAGRAM, WHATSAPP - name: businessDisplayData | type: ConversationDisplayData | description: Display name and avatar for the business. - name: name | type: string | description: Display name. - name: imageUrl | type: string | description: Avatar image URL. - name: participantDisplayData | type: ConversationDisplayData | description: Display name and avatar for the visitor, contact, or member. ```