Values.SampleUtteranceGenerationSpecificationSourceContains specifications for the sample utterance generation feature.
type nonrec t = {enabled : Boolean.t;Specifies whether to enable sample utterance generation or not.
*)bedrockModelSpecification : BedrockModelSpecification.t option;}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 ]