Values.GetAIGuardrailRequestSourceGets the Amazon Q in Connect AI Guardrail.
type nonrec t = {assistantId : UuidOrArn.t;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)aiGuardrailId : UuidOrArnOrEitherWithQualifier.t;The identifier of the Amazon Q in Connect AI Guardrail.
*)}val make :
assistantId:UuidOrArn.t ->
aiGuardrailId:UuidOrArnOrEitherWithQualifier.t ->
unit ->
t