Values.EnumerationValueSourceEach slot type can have a set of values. Each enumeration value represents a value the slot type can take. For example, a pizza ordering bot could have a slot type that specifies the type of crust that the pizza should have. The slot type could include the values thick thin stuffed
type nonrec t = {value : Value.t;The value of the slot type.
*)synonyms : SynonymList.t option;Additional values related to the slot type value.
*)}