Module Values.GenerativeAISettingsSource

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

Sourcetype nonrec t = {
  1. runtimeSettings : RuntimeSettings.t option;
  2. buildtimeSettings : BuildtimeSettings.t option;
}
Sourceval make : ?runtimeSettings:??? -> ?buildtimeSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]) 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