pub enum OpportunityKind {
NextBoardingStay,
RecurringDaycare,
GroomingRebook,
TrainingConsult,
}Expand description
Decision taxonomy for opportunity kind in the retention follow-up workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
NextBoardingStay
Represents next boarding stay in the retention follow-up decision model so the app can choose the correct evidence, review, or draft path without taking live action.
RecurringDaycare
Represents recurring daycare in the retention follow-up decision model so the app can choose the correct evidence, review, or draft path without taking live action.
GroomingRebook
Represents grooming rebook in the retention follow-up decision model so the app can choose the correct evidence, review, or draft path without taking live action.
TrainingConsult
Represents training consult in the retention follow-up decision model so the app can choose the correct evidence, review, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for OpportunityKind
impl Clone for OpportunityKind
Source§fn clone(&self) -> OpportunityKind
fn clone(&self) -> OpportunityKind
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more