{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "ServicePresenceStatus - Metadata API",
"description": "Represents a presence status that can be assigned to a service channel. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".servicePresenceStatus",
"directory_location": "servicePresenceStatuses",
"fields_columns": [
"type",
"description"
],
"fields": {
"channels": {
"type": "ServiceChannelStatus",
"description": "Represents the status that’s associated with a specific service channel."
},
"label": {
"type": "string",
"description": "The label of the presence status."
}
},
"sub_types": {
"ServiceChannelStatus": {
"channel": {
"type": "string",
"description": "Represents the channels assigned to the presence status."
}
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a ServicePresenceStatus component.",
"code": "\n\n \n Case\n \n \n"
}
]
}