pub enum SourceFactKind {
ServiceDemandForecast,
CheckoutCompletionStatus,
RetentionFollowUpEligibility,
SourceDataQualityIssue,
}Expand description
Decision choices for source fact kind in the manager daily brief workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
ServiceDemandForecast
Selects service demand forecast for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
CheckoutCompletionStatus
Selects checkout completion status for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
RetentionFollowUpEligibility
Selects retention follow up eligibility for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
SourceDataQualityIssue
Selects source data quality issue for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for SourceFactKind
impl Clone for SourceFactKind
Source§fn clone(&self) -> SourceFactKind
fn clone(&self) -> SourceFactKind
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more