pub enum BriefActionKind {
ReviewDemandAgainstStaffingPlan,
ResolveCheckoutException,
ApproveRetentionFollowUpDraft,
InvestigateSourceDataQualityIssue,
}Expand description
Decision taxonomy for brief action kind in the manager daily brief workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
ReviewDemandAgainstStaffingPlan
Represents review demand against staffing plan in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
ResolveCheckoutException
Represents resolve checkout exception in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
ApproveRetentionFollowUpDraft
Represents approve retention follow up draft in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
InvestigateSourceDataQualityIssue
Represents investigate 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 BriefActionKind
impl Clone for BriefActionKind
Source§fn clone(&self) -> BriefActionKind
fn clone(&self) -> BriefActionKind
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more