Module Values.RuntimeSettingsSource

Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.

Sourcetype nonrec t = {
  1. slotResolutionImprovement : SlotResolutionImprovementSpecification.t option;
    (*

    An object containing specifications for the assisted slot resolution feature.

    *)
  2. 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.

    *)
}
Sourceval make : ?slotResolutionImprovement:??? -> ?nluImprovement:??? -> unit -> t
Sourceval 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 ]
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