Module Values.SlotResolutionSettingSource

Contains information about whether assisted slot resolution is turned on for the slot or not.

Sourcetype nonrec t = {
  1. slotResolutionStrategy : SlotResolutionStrategy.t;
    (*

    Specifies whether assisted slot resolution is turned on for the slot or not. If the value is EnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.

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