pub enum SourceFactKind {
ServiceDemandForecast,
CheckoutCompletionStatus,
RetentionFollowUpEligibility,
SourceDataQualityIssue,
}Expand description
Decision taxonomy for source fact kind in the manager daily brief workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
ServiceDemandForecast
Represents service demand forecast in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
CheckoutCompletionStatus
Represents checkout completion status in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
RetentionFollowUpEligibility
Represents retention follow up eligibility in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
SourceDataQualityIssue
Represents source data quality issue in the manager brief decision model so the app can choose the correct evidence, review, 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