ServiceChannel: Metadata & {
    interactionComponent?: string | null;
    label: string;
    relatedEntityType: string;
    secondaryRoutingPriorityField?: string | null;
    serviceChannelFieldPriorities: ServiceChannelFieldPriority[];
}

Type declaration

  • Optional interactionComponent?: string | null
  • label: string
  • relatedEntityType: string
  • Optional secondaryRoutingPriorityField?: string | null
  • serviceChannelFieldPriorities: ServiceChannelFieldPriority[]