Values.GuardrailTopicSourceInformation about a topic guardrail.
type nonrec t = {name : String_.t option;The name for the guardrail.
*)type_ : GuardrailTopicType.t option;The type behavior that the guardrail should perform when the model detects the topic.
*)action : GuardrailTopicPolicyAction.t option;The action the guardrail should take when it intervenes on a topic.
*)detected : Boolean.t option;Indicates whether topic content that breaches the guardrail configuration is detected.
*)}