Values.SlotResolutionImprovementSpecificationSourceContains specifications for the assisted slot resolution feature.
type nonrec t = {enabled : Enabled.t;Specifies whether assisted slot resolution is turned on or off.
*)bedrockModelSpecification : BedrockModelSpecification.t option;An object containing information about the Amazon Bedrock model used to assist slot resolution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Structure of
(string
* [> `Enum of string
| `String of BedrockModelArn.t
| `Structure of
(string * [> `String of BedrockGuardrailIdentifier.t ]) list ])
list ])
list ]