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

77 lines
2.2 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"usage",
"field_reference"
],
"title": "LiveChatButtonSkill - Data API",
"description": "Represents all the skills available to a LiveChatButton except the one currently assigned. To retrieve the skill currently assigned, query LiveChatButton. This object is available in API version 25.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ButtonID": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The record ID of the button."
},
"SkillID": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The record ID of the skill."
}
},
"usage": "Use this object to assign a specific skill to a specific button for multi-skill routing. For example:\n\n\"button_Id\"\n\nmyButtonDevName\n\n\"button_DeveloperName\"\n\n//Get one skill ID from button\n\nLiveChatButton\n\nLiveChatButton\n\nDeveloperName\n\nmyButtonDevName\n\n//Get remaining skills from LiveChatButtonSkill join object\n\nLiveChatButtonSkill\n\nLiveChatButtonSkill\n\n//Retrieve all skills into a single list\n\nDeveloperName",
"field_reference": {
"ButtonId": {
"field_label": "Chat Button 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": "LiveChatButtonSkill 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"
},
"SkillId": {
"field_label": "Skill ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}