Values.SlotDefaultValueSpecificationSourceDefines a list of values that Amazon Lex should use as the default value for a slot.
type nonrec t = {defaultValueList : SlotDefaultValueList.t;A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of SlotDefaultValueString.t ]) list ]
list ])
list ]