pub fn classify_delivery_acknowledgement(
acknowledgement: BatchAcknowledgement,
) -> Result<DeliveryDecision, SoftchatError>Expand description
Classify one standard OK without trusting its human-readable message as identity.
ยงErrors
Returns SoftchatError::InvalidDeliveryState for malformed values.