Webex · Schema

AgentPersonalGreetingPatchDTO_AgentPersonalGreetingsWithAttributeTag

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
attributeTag string This is used to identify the purpose of a greeting.
greetingPurposeId string Id of the greeting purpose
View JSON Schema on GitHub

JSON Schema

webex-agentpersonalgreetingpatchdto-agentpersonalgreetingswithattr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentPersonalGreetingPatchDTO_AgentPersonalGreetingsWithAttributeTag",
  "title": "AgentPersonalGreetingPatchDTO_AgentPersonalGreetingsWithAttributeTag",
  "type": "object",
  "properties": {
    "attributeTag": {
      "type": "string",
      "description": "This is used to identify the purpose of a greeting.",
      "example": "ENVIP"
    },
    "greetingPurposeId": {
      "type": "string",
      "description": "Id of the greeting purpose",
      "example": "f53c8b54-46ca-43f6-ba05-08426a46e23d"
    }
  }
}