Function evaluateSLAStatus
- evaluateSLAStatus(params: {
appliedSla: AppliedSla;
chat: Conversation;
}): {
icon: string;
isSlaMissed: boolean;
threshold: string;
type: string;
}
-
Parameters
-
params: {
appliedSla: AppliedSla;
chat: Conversation;
}
-
appliedSla: AppliedSla
-
chat: Conversation
Returns {
icon: string;
isSlaMissed: boolean;
threshold: string;
type: string;
}
-
icon: string
-
isSlaMissed: boolean
-
threshold: string
-
type: string
Evaluates the SLA status for a given chat and applied SLA.
Returns
An object containing the most urgent SLA status.