Values.DescriptiveBotBuilderSpecificationSourceContains specifications for the descriptive bot building feature.
type nonrec t = {enabled : Boolean.t;Specifies whether the descriptive bot building feature is activated or not.
*)bedrockModelSpecification : BedrockModelSpecification.t option;An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
*)}val to_value :
t ->
[> `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 ]