Values.GetContentAssociationRequestSourceReturns the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
type nonrec t = {knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base.
*)contentId : UuidOrArn.t;The identifier of the content.
*)contentAssociationId : UuidOrArn.t;The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)}val make :
knowledgeBaseId:UuidOrArn.t ->
contentId:UuidOrArn.t ->
contentAssociationId:UuidOrArn.t ->
unit ->
t