Values.BuildtimeSettingsSourceContains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
type nonrec t = {descriptiveBotBuilder : DescriptiveBotBuilderSpecification.t option;An object containing specifications for the descriptive bot building feature.
*)sampleUtteranceGeneration : SampleUtteranceGenerationSpecification.t option;Contains specifications for the sample utterance generation feature.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Enum of string
| `String of BedrockModelArn.t
| `Structure of
(string * [> `String of BedrockGuardrailIdentifier.t ])
list ])
list ])
list ])
list ]