{ "sections": [ "title", "description", "fields", "wsdl_segment", "field_reference" ], "title": "ConversationParticipant - Data API", "description": "Represents an active participant in a conversation. A new ConversationParticipant record is created each time a participant joins a conversation. This object is available in API version 49.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "AppType": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The type of app used by the participant, such as messaging, chatbot, live_message, agent. The nillable property is available in API version 51.0 and later." }, "ConversationId": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "The record ID of the conversation that this participant is part of." }, "JoinedTime": { "type": "dateTime", "properties": "Filter, Sort", "description": "The date and time that a participant joined a conversation." }, "LastActiveTime": { "type": "dateTime", "properties": "Filter, Sort", "description": "The date and time that a participant was last active during a conversation." }, "LeftTime": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The date and time that a participant left a conversation." }, "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "The autogenerated name of the conversation participants." }, "ParticipantContext": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "An identifier, such as a Facebook page, to add context about this participant." }, "ParticipantEntityId": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the record connected to this participant record, such as a Contact, Messaging End User, or User record." }, "ParticipantKey": { "type": "string", "properties": "Filter, idLookup, Group, Nillable, Sort", "description": "A value that uniquely identifies this participant." }, "ParticipantRole": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The role of this participant in the conversation, such as Agent, End User, or Supervisor." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "AppType": { "field_label": "App Type", "type": "string", "length": "255" }, "ConversationId": { "field_label": "Conversation ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Conversation Participant ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "JoinedTime": { "field_label": "Joined Time", "type": "datetime" }, "JoinedTimeMilliSecs": { "field_label": "Milliseconds portion of Joined Time", "type": "int", "digits": "9" }, "LastActiveTime": { "field_label": "Last Active Time", "type": "datetime" }, "LastActiveTimeMilliSecs": { "field_label": "Milliseconds portion of Last Active Time", "type": "int", "digits": "9" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LeftTime": { "field_label": "Left Time", "type": "datetime" }, "LeftTimeMilliSecs": { "field_label": "Milliseconds portion of Left Time", "type": "int", "digits": "9" }, "Name": { "field_label": "Conversation Participant Name", "type": "string", "length": "30" }, "ParticipantContext": { "field_label": "Participant Context", "type": "string", "length": "255" }, "ParticipantDisplayName": { "field_label": "Participant Display Name", "type": "string", "length": "255" }, "ParticipantEntityId": { "field_label": "ParticipantEntity ID", "type": "reference", "length": "18" }, "ParticipantKey": { "field_label": "Participant Key", "type": "string", "length": "120" }, "ParticipantRole": { "field_label": "Participant Role", "type": "string", "length": "36" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }