Module Values.SlotDefaultValueSource

A default value for a slot.

Sourcetype nonrec t = {
  1. defaultValue : SlotDefaultValueString.t;
    (*

    The default value for the slot. You can specify one of the following: #context-name.slot-name - The slot value "slot-name" in the context "context-name." {attribute} - The slot value of the session attribute "attribute." 'value' - The discrete value "value."

    *)
}
Sourceval context_ : string
Sourceval make : defaultValue:SlotDefaultValueString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SlotDefaultValueString.t ]) 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