State type

State of recommendation.
KnownState can be used interchangeably with State, this enum contains the known values that the service supports.

Known values supported by the service

Active: Recommendation is active.
InProgress: Recommendation is in progress.
Dismissed: Recommendation has been dismissed.
CompletedByUser: Recommendation has been completed by user.
CompletedBySystem: Recommendation has been completed by the system.

type State = string