afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/LiveChatTranscriptSkill.json

87 lines
2.1 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"usage",
"field_reference"
],
"title": "LiveChatTranscriptSkill - Data API",
"description": "Represents a join between LiveChatTranscript and Skill. This object is available in API version 25.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The name of the transcript."
},
"SkillId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The record ID of the skill."
},
"TranscriptId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The record ID of the transcript."
}
},
"usage": "Use this object to assign a specific skill to a specific transcript for multi-skill routing.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "LiveChatTranscriptSkill ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"Name": {
"field_label": "LiveChatTranscriptSkill Name",
"type": "string",
"length": "255"
},
"SkillId": {
"field_label": "Skill ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TranscriptId": {
"field_label": "Chat Transcript ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}