Values.GenerativeAISettingsSourceContains specifications about the generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
type nonrec t = {runtimeSettings : RuntimeSettings.t option;buildtimeSettings : BuildtimeSettings.t option;}val 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 ]