mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
171 lines
8.0 KiB
JSON
171 lines
8.0 KiB
JSON
|
|
{
|
||
|
|
"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<complexType name=\"ConversationParticipant\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"AppType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ContextParamMaps\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ConversationEntries\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ConversationId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"JoinedTime\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"JoinedTimeMilliSecs\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"LastActiveTime\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LastActiveTimeMilliSecs\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LeftTime\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LeftTimeMilliSecs\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ParticipantContext\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ParticipantDisplayName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ParticipantEntity\" nillable=\"true\" minOccurs=\"0\" type=\"ens:sObject\"/>\n <element name=\"ParticipantEntityId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"ParticipantKey\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ParticipantRole\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\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"
|
||
|
|
]
|
||
|
|
}
|