Values.ContentReferenceSourceReference information about the content.
type nonrec t = {knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)knowledgeBaseId : Uuid.t option;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
*)contentArn : Arn.t option;The Amazon Resource Name (ARN) of the content.
*)contentId : Uuid.t option;The identifier of the content.
*)sourceURL : String_.t option;The web URL of the source content.
*)referenceType : ReferenceType.t option;The type of reference content.
*)}