Values.NluImprovementSpecificationSourceConfigures the Assisted Natural Language Understanding (NLU) feature for your bot. This specification determines whether enhanced intent recognition and utterance understanding capabilities are active.
type nonrec t = {enabled : Enabled.t;Determines whether the Assisted NLU feature is enabled for the bot. When set to true, Amazon Lex uses advanced models to improve intent recognition and slot resolution, with the default being false.
*)assistedNluMode : AssistedNluMode.t option;Specifies the mode for Assisted NLU operation. Use Primary to make Assisted NLU the primary intent recognition method, or Fallback to use it only when standard NLU confidence is low.
*)intentDisambiguationSettings : IntentDisambiguationSettings.t option;An object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings. These settings determine how the bot handles ambiguous user inputs that could match multiple intents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Integer of MaxDisambiguationIntents.t
| `String of CustomDisambiguationMessage.t ])
list ])
list ]