Function evaluateSLAStatus

  • Evaluates the SLA status for a given chat and applied SLA.

    Returns

    An object containing the most urgent SLA status.

    Parameters

    • params: {
          appliedSla: AppliedSla;
          chat: Conversation;
      }

      The parameters object.

      • appliedSla: AppliedSla

        The applied SLA details.

      • chat: Conversation

        The chat details.

    Returns {
        icon: string;
        isSlaMissed: boolean;
        threshold: string;
        type: string;
    }

    • icon: string
    • isSlaMissed: boolean
    • threshold: string
    • type: string

Generated using TypeDoc