Values.GuardrailConfigurationSourceConfiguration information for a guardrail that you use with the Converse operation.
type nonrec t = {guardrailIdentifier : GuardrailIdentifier.t option;The identifier for the guardrail.
*)guardrailVersion : GuardrailVersion.t option;The version of the guardrail.
*)trace : GuardrailTrace.t option;The trace behavior for the guardrail.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GuardrailIdentifier.t ]) list ]