Values.RuntimeSettingsSourceContains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
type nonrec t = {slotResolutionImprovement : SlotResolutionImprovementSpecification.t option;An object containing specifications for the assisted slot resolution feature.
*)nluImprovement : NluImprovementSpecification.t option;An object containing specifications for the Assisted NLU feature within the bot's runtime settings. These settings determine how the bot processes and interprets user utterances during conversations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `Integer of MaxDisambiguationIntents.t
| `String of BedrockModelArn.t
| `Structure of
(string * [> `String of BedrockGuardrailIdentifier.t ])
list ])
list ])
list ])
list ]