Values.IntentOverrideSourceOverride settings to configure the intent state.
type nonrec t = {name : Name.t option;The name of the intent. Only required when you're switching intents.
*)slots : SlotValueOverrideMap.t option;A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of Name.t ] * Awso.Botodata.value) list
| `String of Name.t ])
list ]