Values.AssociateToConfigurationRequestSourceLinks a resource (for example, a custom action) to a channel configuration.
type nonrec t = {resource : ResourceIdentifier.t;The resource Amazon Resource Name (ARN) to link.
*)chatConfiguration : ChatConfigurationArn.t;The channel configuration to associate with the resource.
*)}val make :
resource:ResourceIdentifier.t ->
chatConfiguration:ChatConfigurationArn.t ->
unit ->
t