Module Values.SlotDefaultValueSpecificationSource

Defines a list of values that Amazon Lex should use as the default value for a slot.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : defaultValueList:SlotDefaultValueList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of SlotDefaultValueString.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t